From 75acd01f9802f3e5be7f3a2f49c5a7e8291c552d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 22:10:41 +0000 Subject: [PATCH] Docs: Notate `format_for_editor()` as the replacement function in the DocBlock for the deprecated `wp_richedit_pre()`. Props rabmalin. See #41121. Fixes #40709. Built from https://develop.svn.wordpress.org/trunk@40949 git-svn-id: http://core.svn.wordpress.org/trunk@40799 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/deprecated.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.