Make WordPress Core


Ignore:
Timestamp:
01/06/2011 04:11:14 AM (14 years ago)
Author:
ryan
Message:

Bring out the shears.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-themes-list-table.php

    r17177 r17228  
    292292        $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme_key, $theme, $context );
    293293        $actions = apply_filters( "theme_action_links_$theme_key", $actions, $theme_key, $theme, $context );
    294  
     294
    295295        $class = empty( $theme['enabled'] ) ? 'inactive' : 'active';
    296296        $checkbox_id = "checkbox_" . md5($theme['Name']);
Note: See TracChangeset for help on using the changeset viewer.