Docs: Use a third-person singular verb in the DocBlock summary for `wp_add_inline_script()`, introduced in [36633].
See #14853. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
816a3e058c
commit
eaaef09d83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue