diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index 5581196696..7f6217dedf 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -50,7 +50,7 @@ if ( ! isset( $wp_current_filter ) ) * * function example_callback( $example ) { * // Maybe modify $example in some way. - * return $example; + * return $example; * } * add_filter( 'example_filter', 'example_callback' ); * diff --git a/wp-includes/version.php b/wp-includes/version.php index d2268ccd0b..19ef249679 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36391'; +$wp_version = '4.5-alpha-36392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.