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:
parent
917a469052
commit
1c3fb4f442
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user