Changeset 26247 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 11/18/2013 06:52:06 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/meta-boxes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r25670 r26247 100 100 </select> 101 101 <a href="#post_status" class="save-post-status hide-if-no-js button"><?php _e('OK'); ?></a> 102 <a href="#post_status" class="cancel-post-status hide-if-no-js "><?php _e('Cancel'); ?></a>102 <a href="#post_status" class="cancel-post-status hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a> 103 103 </div> 104 104 … … 144 144 <p> 145 145 <a href="#visibility" class="save-post-visibility hide-if-no-js button"><?php _e('OK'); ?></a> 146 <a href="#visibility" class="cancel-post-visibility hide-if-no-js "><?php _e('Cancel'); ?></a>146 <a href="#visibility" class="cancel-post-visibility hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a> 147 147 </p> 148 148 </div>
Note: See TracChangeset
for help on using the changeset viewer.