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:
parent
8cd541daed
commit
ae4cf5079d
|
@ -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.
|
||||
* Accepts a string $data containing the Code. If two or more code blocks
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue