From baa8e833ffc83c71c03c88509e41e048c1d9ae05 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 21 Jun 2015 22:08:28 +0000 Subject: [PATCH] Fix typo/white space in the docs. See #32425. Built from https://develop.svn.wordpress.org/trunk@32900 git-svn-id: http://core.svn.wordpress.org/trunk@32871 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index fcb0a827cb..d60b68da1c 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3068,12 +3068,12 @@ function ent2ncr( $text ) { * it is still a good idea to HTML entity encode `<`, `>` and `&` in the content. * * The filter 'format_for_editor' is applied here. If $text is empty the filter will - * be applied to an empty string. + * be applied to an empty string. * * @since 4.3.0 * * @param string $text The text to be formatted. - * @return string The formatted text after filter is applied.