Fix typo/white space in the docs.
See #32425. git-svn-id: https://develop.svn.wordpress.org/trunk@32900 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e366658072
commit
e03d853fe6
@ -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. <?
|
||||
* @return string The formatted text after filter is applied.
|
||||
*/
|
||||
function format_for_editor( $text, $default_editor = null ) {
|
||||
// Back-compat: check if any characters need encoding.
|
||||
|
Loading…
Reference in New Issue
Block a user