Changeset 1509 for trunk/wp-admin/link-import.php
- Timestamp:
- 08/04/2004 03:35:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-import.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r1429 r1509 41 41 and sign in. Once you’ve done that, click on <strong>Get Code</strong>, and then 42 42 look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> 43 code</strong>') ?> <?php echo gethelp_link($this_file,'opml_code');?>.</li>43 code</strong>') ?>.</li> 44 44 <li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you’ve done 45 45 that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then 46 46 look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> 47 link</strong> (favorites.opml).') ?>< ?php echo gethelp_link($this_file,'opml_code');?></li>47 link</strong> (favorites.opml).') ?></li> 48 48 <li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br /> 49 49 <input type="hidden" name="step" value="1" /> 50 <?php _e('Your OPML URL:') ?> <?php echo gethelp_link($this_file,'opml_code');?><input type="text" name="opml_url" size="65" />50 <?php _e('Your OPML URL:') ?> <input type="text" name="opml_url" size="65" /> 51 51 </li> 52 52 <li> … … 57 57 58 58 <li><?php _e('Now select a category you want to put these links in.') ?><br /> 59 <?php _e('Category:') ?> < ?php echo gethelp_link($this_file,'link_category');?><select name="cat_id">59 <?php _e('Category:') ?> <select name="cat_id"> 60 60 <?php 61 61 $categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id"); … … 70 70 </li> 71 71 72 <li><input type="submit" name="submit" value="<?php _e('Import!') ?>" />< ?php echo gethelp_link($this_file,'import');?></li>72 <li><input type="submit" name="submit" value="<?php _e('Import!') ?>" /></li> 73 73 </ol> 74 74 </form>
Note: See TracChangeset
for help on using the changeset viewer.