Changeset 30794
- Timestamp:
- 12/09/2014 11:26:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r30793 r30794 191 191 $current_theme_actions[] = "<a class='button button-secondary$class' href='{$item[2]}'>{$item[0]}</a>"; 192 192 } else { 193 $current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}' $>{$item[0]}</a>";193 $current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}'>{$item[0]}</a>"; 194 194 } 195 195 }
Note: See TracChangeset
for help on using the changeset viewer.