diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index e6eddb143e..a3b8c2bb5c 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3533,7 +3533,8 @@ function preview_theme_ob_filter_callback( $matches ) { * be applied to an empty string. * * @since 2.0.0 - * @deprecated 4.3.0 + * @deprecated 4.3.0 Use format_for_editor() + * @see format_for_editor() * * @param string $text The text to be formatted. * @return string The formatted text after filter is applied. diff --git a/wp-includes/version.php b/wp-includes/version.php index 83d3c31d64..3f6ae91678 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40948'; +$wp_version = '4.9-alpha-40949'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.