From ae4cf5079dc64f62114afebc8bd41020656ae3bf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 25 Feb 2016 05:14:25 +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. Built from https://develop.svn.wordpress.org/trunk@36707 git-svn-id: http://core.svn.wordpress.org/trunk@36674 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 68424e8ed8..cb459e2da1 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index a71632ba89..48d815b6df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.