Changeset 6950 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 02/21/2008 12:27:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/wp-cat2tag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r6943 r6950 69 69 <?php 70 70 echo '<form name="formlist" id="formlist" action="admin.php?import=wp-cat2tag&step=2" method="post"> 71 <p><input type="button" value="' . __('Check All') . '"' . ' onClick="this.value=check_all_rows()"></p>';71 <p><input type="button" class="button-secondary" value="' . __('Check All') . '"' . ' onClick="this.value=check_all_rows()"></p>'; 72 72 wp_nonce_field('import-cat2tag'); 73 73 echo '<ul style="list-style:none">'; … … 91 91 echo '</ul>'; 92 92 93 echo '<p class="submit"><input type="submit" name="submit" value="' . __('Convert Tags') . '" /></p>';93 echo '<p class="submit"><input type="submit" name="submit" class="button" value="' . __('Convert Tags') . '" /></p>'; 94 94 95 95 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.