Changeset 16362 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 11/13/2010 11:49:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r16061 r16362 72 72 </div> 73 73 <div id="publishing-action"> 74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', true, array( 'tabindex' => '4' ) ); ?>74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?> 75 75 </div> 76 76 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.