- Timestamp:
- 08/16/2013 03:46:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r23563 r25032 150 150 151 151 $actions = apply_filters( 'theme_action_links', $actions, $theme ); 152 $actions = apply_filters( "theme_action_links_$stylesheet", $actions, $theme ); 152 153 $delete_action = isset( $actions['delete'] ) ? '<div class="delete-theme">' . $actions['delete'] . '</div>' : ''; 153 154 unset( $actions['delete'] );
Note: See TracChangeset
for help on using the changeset viewer.