Make WordPress Core


Ignore:
Timestamp:
08/04/2004 03:35:49 AM (22 years ago)
Author:
rboren
Message:

Remove references to gethelp_link(). Bug 0000208.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-import.php

    r1429 r1509  
    4141    and sign in. Once you&#8217;ve done that, click on <strong>Get Code</strong>, and then
    4242    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>
    4444    <li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you&#8217;ve done
    4545    that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then
    4646    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>
    4848    <li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br />
    4949       <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" />
    5151    </li>
    5252    <li>
     
    5757
    5858    <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">
    6060<?php
    6161    $categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id");
     
    7070    </li>
    7171
    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>
    7373    </ol>
    7474    </form>
Note: See TracChangeset for help on using the changeset viewer.