Make WordPress Core


Ignore:
Timestamp:
04/28/2011 03:24:49 PM (12 years ago)
Author:
nacin
Message:

Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265.

File:
1 edited

Legend:

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

    r15746 r17748  
    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);
Note: See TracChangeset for help on using the changeset viewer.