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-themes-list-table.php

    r29170 r29206  
    7474                return;
    7575            }
    76             // else, fallthrough. install_themes doesn't help if you can't enable it.
     76            // Else, fallthrough. install_themes doesn't help if you can't enable it.
    7777        } else {
    7878            if ( current_user_can( 'install_themes' ) ) {
Note: See TracChangeset for help on using the changeset viewer.