Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 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/includes/class-wp-ms-themes-list-table.php

    r29137 r29206  
    3434
    3535    protected function get_table_classes() {
    36         return array( 'widefat', 'plugins' );   // todo: remove and add CSS for .themes
     36        // todo: remove and add CSS for .themes
     37        return array( 'widefat', 'plugins' );
    3738    }
    3839
     
    269270        }
    270271
    271         // preorder
     272        // Pre-order.
    272273        $actions = array(
    273274            'enable' => '',
Note: See TracChangeset for help on using the changeset viewer.