Changeset 35483 for trunk/src/wp-admin/themes.php
- Timestamp:
- 11/01/2015 06:39:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r35220 r35483 388 388 <# if ( data.active ) { #> 389 389 <# if ( data.actions.customize ) { #> 390 <a class="button button-primary customize load-customize hide-if-no-customize" href="{{ data.actions.customize}}"><?php _e( 'Customize' ); ?></a>390 <a class="button button-primary customize load-customize hide-if-no-customize" href="{{{ data.actions.customize }}}"><?php _e( 'Customize' ); ?></a> 391 391 <# } #> 392 392 <# } else { #>
Note: See TracChangeset
for help on using the changeset viewer.