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.

Built from https://develop.svn.wordpress.org/trunk@34391


git-svn-id: http://core.svn.wordpress.org/trunk@34355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 10:32:26 +00:00
parent 4e1ca6b1aa
commit e845a6ed97
2 changed files with 2 additions and 2 deletions

View File

@ -1892,7 +1892,7 @@ function _wp_admin_html_begin() {
<![endif]--> <![endif]-->
<!--[if !(IE 8) ]><!--> <!--[if !(IE 8) ]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" <?php <html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" <?php
/** This action is documented in wp-admin/includes/template.php */ /** This action is documented in wp-admin/includes/template-functions.php */
do_action( 'admin_xml_ns' ); do_action( 'admin_xml_ns' );
?> <?php language_attributes(); ?>> ?> <?php language_attributes(); ?>>
<!--<![endif]--> <!--<![endif]-->

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34390'; $wp_version = '4.4-alpha-34391';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.