- Timestamp:
- 01/06/2011 04:11:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r17177 r17228 292 292 $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme_key, $theme, $context ); 293 293 $actions = apply_filters( "theme_action_links_$theme_key", $actions, $theme_key, $theme, $context ); 294 294 295 295 $class = empty( $theme['enabled'] ) ? 'inactive' : 'active'; 296 296 $checkbox_id = "checkbox_" . md5($theme['Name']);
Note: See TracChangeset
for help on using the changeset viewer.