From f21cb339db41951e7f4cf41716375abb69510669 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 26 Aug 2015 07:57:20 +0000 Subject: [PATCH] Docs: Add a file header description and `@since` version to wp-includes/widget-functions.php, introduced in [33746]. Also adds sub-section headers per the inline documentation standards for syntax. See [33746]. See #33413. Built from https://develop.svn.wordpress.org/trunk@33757 git-svn-id: http://core.svn.wordpress.org/trunk@33725 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widget-functions.php | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a2212a5cf..34faf1c29d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33756'; +$wp_version = '4.4-alpha-33757'; /** * 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 e4d1a53591..fe30c51492 100644 --- a/wp-includes/widget-functions.php +++ b/wp-includes/widget-functions.php @@ -1,10 +1,15 @@