Changeset 15132 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 06/03/2010 09:00:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r15103 r15132 43 43 '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/">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>' . 44 44 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 45 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" >Documentation on Creating Links</a>' ) . '</p>' .46 '<p>' . __( '<a href="http://wordpress.org/support/" >Support Forums</a>' ) . '</p>'45 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" target="_blank">Documentation on Creating Links</a>' ) . '</p>' . 46 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 47 47 ); 48 48
Note: See TracChangeset
for help on using the changeset viewer.