Changeset 4500
- Timestamp:
- 11/20/2006 02:23:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-import.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r4480 r4500 27 27 <?php wp_nonce_field('import-bookmarks') ?> 28 28 29 <p><?php _e('If a program or website you use allows you to export your bookmarks or subscriptions as OPML you may import them here.'); ?>29 <p><?php _e('If a program or website you use allows you to export your links or subscriptions as OPML you may import them here.'); ?> 30 30 <div style="width: 70%; margin: auto; height: 8em;"> 31 31 <input type="hidden" name="step" value="1" /> … … 44 44 </div> 45 45 46 <p style="clear: both; margin-top: 1em;"><?php _e('Now select a category you want to put these bookmarks in.') ?><br />46 <p style="clear: both; margin-top: 1em;"><?php _e('Now select a category you want to put these links in.') ?><br /> 47 47 <?php _e('Category:') ?> <select name="cat_id"> 48 48 <?php … … 112 112 } 113 113 ?> 114 <p><?php printf(__('Inserted %1$d bookmarks into category %2$s. All done! Go <a href="%3$s">manage those bookmarks</a>.'), $link_count, $cat_id, 'link-manager.php') ?></p>114 <p><?php printf(__('Inserted %1$d links into category %2$s. All done! Go <a href="%3$s">manage those links</a>.'), $link_count, $cat_id, 'link-manager.php') ?></p> 115 115 <?php 116 116 } // end if got url
Note: See TracChangeset
for help on using the changeset viewer.