Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r15746 r18247  
    4545    '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/" target="_blank">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>' .
    4646    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    47     '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
     47    '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
    4848    '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    4949);
     
    5454<div class="wrap">
    5555<?php screen_icon(); ?>
    56 <h2><?php echo esc_html( $title ); ?></h2>
     56<h2><?php echo esc_html( $title ); ?>  <a href="link-add.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a></h2>
    5757
    5858<?php if ( isset( $_GET['added'] ) ) : ?>
     
    8484<div id="post-body-content">
    8585<div id="namediv" class="stuffbox">
    86 <h3><label for="link_name"><?php _e('Name') ?></label></h3>
     86<h3><label for="link_name"><?php _ex('Name', 'link name') ?></label></h3>
    8787<div class="inside">
    8888    <input type="text" name="link_name" size="30" tabindex="1" value="<?php echo esc_attr($link->link_name); ?>" id="link_name" />
Note: See TracChangeset for help on using the changeset viewer.