Changeset 42228 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r42217 r42228 137 137 <?php endif; ?> 138 138 </select> 139 140 139 <a href="#post_status" class="save-post-status hide-if-no-js button"><?php _e('OK'); ?></a> 140 <a href="#post_status" class="cancel-post-status hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a> 141 141 </div> 142 142 … … 181 181 182 182 <p> 183 184 183 <a href="#visibility" class="save-post-visibility hide-if-no-js button"><?php _e('OK'); ?></a> 184 <a href="#visibility" class="cancel-post-visibility hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a> 185 185 </p> 186 186 </div>
Note: See TracChangeset
for help on using the changeset viewer.