Make WordPress Core


Ignore:
Timestamp:
07/07/2020 02:55:51 PM (4 years ago)
Author:
johnbillion
Message:

Administration: Reinstate the description for the admin_xml_ns hook which was accidentally removed in [47771].

See #46015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r48373 r48380  
    24862486<html class="<?php echo $admin_html_class; ?>"
    24872487    <?php
    2488     /** This action is documented in wp-admin/includes/template.php */
     2488    /**
     2489     * Fires inside the HTML tag in the admin header.
     2490     *
     2491     * @since 2.2.0
     2492     */
    24892493    do_action( 'admin_xml_ns' );
    24902494
Note: See TracChangeset for help on using the changeset viewer.