Administration: Reinstate the description for the admin_xml_ns
hook which was accidentally removed in [47771].
See #46015. git-svn-id: https://develop.svn.wordpress.org/trunk@48380 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
84d3fe2b67
commit
f4b381b640
@ -2485,7 +2485,11 @@ function _wp_admin_html_begin() {
|
||||
<!DOCTYPE html>
|
||||
<html class="<?php echo $admin_html_class; ?>"
|
||||
<?php
|
||||
/** This action is documented in wp-admin/includes/template.php */
|
||||
/**
|
||||
* Fires inside the HTML tag in the admin header.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*/
|
||||
do_action( 'admin_xml_ns' );
|
||||
|
||||
language_attributes();
|
||||
|
Loading…
Reference in New Issue
Block a user