diff --git a/classes/class-wpcom-liveblog-entry-extend-feature-commands.php b/classes/class-wpcom-liveblog-entry-extend-feature-commands.php index 553fe617..a52a7670 100644 --- a/classes/class-wpcom-liveblog-entry-extend-feature-commands.php +++ b/classes/class-wpcom-liveblog-entry-extend-feature-commands.php @@ -240,7 +240,7 @@ public function do_action_per_type( $id, $post_id ) { // Run the command_after action on the // content for the current type. - do_action( "liveblog_command_${type}_after", $content, $id, $post_id ); + do_action( "liveblog_command_{$type}_after", $content, $id, $post_id ); } }