Changes in trunk/wp-admin/edit-link-form.php [15746:18247]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r15746 r18247 45 45 '<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>' . 46 46 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 47 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_S ubPanel" 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>' . 48 48 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 49 49 ); … … 54 54 <div class="wrap"> 55 55 <?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> 57 57 58 58 <?php if ( isset( $_GET['added'] ) ) : ?> … … 84 84 <div id="post-body-content"> 85 85 <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> 87 87 <div class="inside"> 88 88 <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.