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
This commit is contained in:
parent
e4758f42e5
commit
baa8e833ff
|
@ -3073,7 +3073,7 @@ function ent2ncr( $text ) {
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
*
|
*
|
||||||
* @param string $text The text to be formatted.
|
* @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 ) {
|
function format_for_editor( $text, $default_editor = null ) {
|
||||||
// Back-compat: check if any characters need encoding.
|
// Back-compat: check if any characters need encoding.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32899';
|
$wp_version = '4.3-alpha-32900';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue