Make WordPress Core


Ignore:
Timestamp:
09/22/2015 10:31:24 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Update the file path in the duplicate hook comment for the admin_xml_ns hook in wp-admin/includes/template-functions.php.

The hook was "moved" to the newly-created template-functions.php file via svn cp in [34241].

Props dimadin.
See #33413.

File:
1 edited

Legend:

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

    r34348 r34391  
    18931893<!--[if !(IE 8) ]><!-->
    18941894<html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" <?php
    1895     /** This action is documented in wp-admin/includes/template.php */
     1895    /** This action is documented in wp-admin/includes/template-functions.php */
    18961896    do_action( 'admin_xml_ns' );
    18971897?> <?php language_attributes(); ?>>
Note: See TracChangeset for help on using the changeset viewer.