From ced94748fae2fcc93c3e17d93175de30d6e46afc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Dec 2014 18:41:21 +0000 Subject: [PATCH] Tweak formatting in the DocBlock for the `install_themes_tabs` hook. Props kpdesign. See #28578. Built from https://develop.svn.wordpress.org/trunk@30772 git-svn-id: http://core.svn.wordpress.org/trunk@30762 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-install.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 9c83684166..a4f018fd77 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -105,10 +105,11 @@ include(ABSPATH . 'wp-admin/admin-header.php'); /** * Filter the tabs shown on the Add Themes screen. * - * This filter is for backwards compatibility only, - * for the suppression of the upload tab. + * This filter is for backwards compatibility only, for the suppression + * of the upload tab. * * @since 2.8.0 + * * @param array $tabs The tabs shown on the Add Themes screen. Default is 'upload'. */ $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 877242bf06..497b14a3f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30771'; +$wp_version = '4.1-beta2-30772'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.