Make WordPress Core


Ignore:
Timestamp:
11/22/2015 03:50:32 AM (10 years ago)
Author:
SergeyBiryukov
Message:

After [35718], update the location of some files in This filter is documented in docs.

Partially reverts [33954].

Fixes #33413.

File:
1 edited

Legend:

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

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