Docs: Use a third-person singular verb in the DocBlock summary for `wp_add_inline_script()`, introduced in [36633].

See #14853. See #32246.

Built from https://develop.svn.wordpress.org/trunk@36707


git-svn-id: http://core.svn.wordpress.org/trunk@36674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-25 05:14:25 +00:00
parent 8cd541daed
commit ae4cf5079d
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ function wp_print_scripts( $handles = false ) {
} }
/** /**
* Add extra code to a registered script. * Adds extra code to a registered script.
* *
* Code will only be added if the script in already in the queue. * Code will only be added if the script in already in the queue.
* Accepts a string $data containing the Code. If two or more code blocks * Accepts a string $data containing the Code. If two or more code blocks

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-beta1-36706'; $wp_version = '4.5-beta1-36707';
/** /**
* 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.