Convert `<title>` 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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-21 07:11:14 +00:00
parent 917a469052
commit 1c3fb4f442
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ else
$admin_title = sprintf( __( '%1$s &lsaquo; %2$s &#8212; 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
*