Changeset 28038
- Timestamp:
- 04/08/2014 04:37:37 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r28037 r28038 1087 1087 content: '\f147'; 1088 1088 } 1089 .theme-browser .theme.is-installed .theme-actions ,1089 .theme-browser .theme.is-installed .theme-actions .button-primary, 1090 1090 .theme-browser.rendered .theme.is-installed .more-details { 1091 1091 display: none !important; -
trunk/src/wp-admin/js/theme.js
r28036 r28038 391 391 if ( this.model.get( 'installed' ) ) { 392 392 this.$el.addClass( 'is-installed' ); 393 this.$el.unbind();394 393 } 395 394 },
Note: See TracChangeset
for help on using the changeset viewer.