Administration: Reinstate the description for the `admin_xml_ns` hook which was accidentally removed in [47771].
See #46015. Built from https://develop.svn.wordpress.org/trunk@48380 git-svn-id: http://core.svn.wordpress.org/trunk@48149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3e3c7ed6c
commit
3c41801c5c
|
@ -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();
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48379';
|
||||
$wp_version = '5.5-alpha-48380';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue