From 6d06e53dba3b8b51439b0f231ceb9683fd6a1a55 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 10 Jun 2016 00:07:30 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `add_theme_support()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@37673 git-svn-id: http://core.svn.wordpress.org/trunk@37639 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 724406e71f..f975861144 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1514,7 +1514,7 @@ function get_editor_stylesheets() { } /** - * Allows a theme to register its support of a certain feature + * Registers theme support for a given feature. * * Must be called in the theme's functions.php file to work. * If attached to a hook, it must be {@see 'after_setup_theme'}. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0337bfab1f..26d0fd9af8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37672'; +$wp_version = '4.6-alpha-37673'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.