From eaaef09d83102555887907cd9795fa361356b6c5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 25 Feb 2016 05:13:14 +0000 Subject: [PATCH] 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 --- src/wp-includes/functions.wp-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.wp-scripts.php b/src/wp-includes/functions.wp-scripts.php index 68424e8ed8..cb459e2da1 100644 --- a/src/wp-includes/functions.wp-scripts.php +++ b/src/wp-includes/functions.wp-scripts.php @@ -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