Changeset 31651 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 03/06/2015 10:56:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31637 r31651 792 792 ?> 793 793 </div> 794 <button type="button" class=" buttonadd-cat-submit"><?php _e( 'Add' ); ?></button>794 <button type="button" class="add-cat-submit"><?php _e( 'Add' ); ?></button> 795 795 </div> 796 796 <?php } ?> … … 835 835 <p> 836 836 <input type="text" id="new-tag-post_tag" name="newtag[post_tag]" class="newtag form-input-tip" size="16" autocomplete="off" value="" /> 837 <button type="button" class=" buttontagadd"><?php _e( 'Add' ); ?></button>837 <button type="button" class="tagadd"><?php _e( 'Add' ); ?></button> 838 838 </p> 839 839 </div> … … 1036 1036 </div> 1037 1037 1038 <div class="options-panel is-off-screen is-hidden"> 1038 <div class="options-panel-back is-hidden" tabindex="-1"></div> 1039 <div class="options-panel is-off-screen is-hidden" tabindex="-1"> 1039 1040 <div class="post-options"> 1040 1041
Note: See TracChangeset
for help on using the changeset viewer.