Changeset 20495 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 04/17/2012 08:49:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20476 r20495 82 82 <div id="customize-footer-actions" class="customize-section wp-full-overlay-footer"> 83 83 <?php 84 submit_button( __( 'Save' ), 'primary', 'save', false ); 84 $save_text = $this->get_stylesheet() == $this->original_stylesheet ? __('Save') : __('Save and Activate'); 85 submit_button( $save_text, 'primary', 'save', false ); 85 86 ?> 86 87 <a href="#" class="collapse-sidebar button-secondary" title="<?php esc_attr_e('Collapse Sidebar'); ?>">
Note: See TracChangeset
for help on using the changeset viewer.