Make WordPress Core


Ignore:
Timestamp:
01/08/2015 09:14:56 PM (10 years ago)
Author:
wonderboymusic
Message:

Jump statements should not be followed by other statements (there were 5 lingering).

See #30799.

File:
1 edited

Legend:

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

    r31090 r31100  
    18971897            case 'core':
    18981898                return 'WordPress'; // Not translated
    1899                 break;
     1899
    19001900            case 'theme':
    19011901                $theme = wp_get_theme( $update->slug );
Note: See TracChangeset for help on using the changeset viewer.