Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r28478 r29206  
    152152    if ( ! $page_hook = get_plugin_page_hook($plugin_page, $the_parent) ) {
    153153        $page_hook = get_plugin_page_hook($plugin_page, $plugin_page);
    154         // backwards compatibility for plugins using add_management_page
     154
     155        // Backwards compatibility for plugins using add_management_page().
    155156        if ( empty( $page_hook ) && 'edit.php' == $pagenow && '' != get_plugin_page_hook($plugin_page, 'tools.php') ) {
    156157            // There could be plugin specific params on the URL, so we need the whole query string
Note: See TracChangeset for help on using the changeset viewer.