From b0db6e6deb241c78d0636169e406a9f2b5b296e0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Nov 2014 07:12:23 +0000 Subject: [PATCH] Convert `` to "title tag" in the DocBlock summary for the `admin_title` hook. Fixes #30437. Built from https://develop.svn.wordpress.org/trunk@30502 git-svn-id: http://core.svn.wordpress.org/trunk@30491 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index c9d49d2b1b..b48bd82860 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -34,7 +34,7 @@ else $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title ); /** - * Filter the <title> content for an admin page. + * Filter the title tag content for an admin page. * * @since 3.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6db466bac3..6c95846297 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30501'; +$wp_version = '4.1-beta2-30502'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.