From 0ce0241740a0fcee684b5f4ca7bbda2c4997560c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 02:58:20 +0000 Subject: [PATCH] Docs: Clarify the file header summary for widget-functions.php, introduced in [33746]. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@33871 git-svn-id: http://core.svn.wordpress.org/trunk@33839 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widget-functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ce62bb7c39..6a29fd8a08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33870'; +$wp_version = '4.4-alpha-33871'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widget-functions.php b/wp-includes/widget-functions.php index 4584b84e3c..729b73b5c6 100644 --- a/wp-includes/widget-functions.php +++ b/wp-includes/widget-functions.php @@ -1,6 +1,6 @@