Changeset 11173 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 05/04/2009 05:54:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r11109 r11173 104 104 105 105 <form name="catlist" id="catlist" action="admin.php?import=wp-cat2tag&step=2" method="post"> 106 <p><input type="button" class="button-secondary" value="<?php _e ('Check All'); ?>" onclick="this.value=check_all_rows()" />106 <p><input type="button" class="button-secondary" value="<?php _ea('Check All'); ?>" onclick="this.value=check_all_rows()" /> 107 107 <?php wp_nonce_field('import-cat2tag'); ?></p> 108 108 <ul style="list-style:none"> … … 129 129 echo '<p><a name="note"></a>' . __('* This category is also a tag. Converting it will add that tag to all posts that are currently in the category.') . '</p>'; ?> 130 130 131 <p class="submit"><input type="submit" name="submit" class="button" value="<?php _e ('Convert Categories to Tags'); ?>" /></p>131 <p class="submit"><input type="submit" name="submit" class="button" value="<?php _ea('Convert Categories to Tags'); ?>" /></p> 132 132 </form> 133 133 … … 180 180 181 181 <form name="taglist" id="taglist" action="admin.php?import=wp-cat2tag&step=4" method="post"> 182 <p><input type="button" class="button-secondary" value="<?php _e ('Check All'); ?>" onclick="this.value=check_all_tagrows()" />182 <p><input type="button" class="button-secondary" value="<?php _ea('Check All'); ?>" onclick="this.value=check_all_tagrows()" /> 183 183 <?php wp_nonce_field('import-cat2tag'); ?></p> 184 184 <ul style="list-style:none"> … … 193 193 echo '<p><a name="note"></a>' . __('* This tag is also a category. When converted, all posts associated with the tag will also be in the category.') . '</p>'; ?> 194 194 195 <p class="submit"><input type="submit" name="submit_tags" class="button" value="<?php _e ('Convert Tags to Categories'); ?>" /></p>195 <p class="submit"><input type="submit" name="submit_tags" class="button" value="<?php _ea('Convert Tags to Categories'); ?>" /></p> 196 196 </form> 197 197
Note: See TracChangeset
for help on using the changeset viewer.