From 1c3fb4f44217f96222ad5ac38ae2fa57d3cc0d63 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Fri, 21 Nov 2014 07:11:14 +0000 Subject: [PATCH] Convert `` to "title tag" in the DocBlock summary for the `admin_title` hook. Fixes #30437. git-svn-id: https://develop.svn.wordpress.org/trunk@30502 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/admin-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/admin-header.php b/src/wp-admin/admin-header.php index c9d49d2b1b..b48bd82860 100644 --- a/src/wp-admin/admin-header.php +++ b/src/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 *