Changeset 38672 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 09/28/2016 07:53:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r38616 r38672 33 33 <?php // Hidden submit button early on so that the browser chooses the right button when form is submitted with Return key ?> 34 34 <div style="display:none;"> 35 <?php submit_button( __( 'Save' ), ' button', 'save' ); ?>35 <?php submit_button( __( 'Save' ), '', 'save' ); ?> 36 36 </div> 37 37 … … 291 291 <?php // Hidden submit button early on so that the browser chooses the right button when form is submitted with Return key ?> 292 292 <div style="display:none;"> 293 <?php submit_button( __( 'Save' ), ' button', 'save' ); ?>293 <?php submit_button( __( 'Save' ), '', 'save' ); ?> 294 294 </div> 295 295 … … 876 876 <?php // Hidden submit button early on so that the browser chooses the right button when form is submitted with Return key ?> 877 877 <div style="display:none;"> 878 <?php submit_button( __( 'Save' ), ' button', 'save', false ); ?>878 <?php submit_button( __( 'Save' ), '', 'save', false ); ?> 879 879 </div> 880 880
Note: See TracChangeset
for help on using the changeset viewer.