Make WordPress Core


Ignore:
Timestamp:
11/02/2011 05:33:53 AM (13 years ago)
Author:
ryan
Message:

Use add_help_sidebar(). see #19020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/sites.php

    r18911 r19114  
    3535    '<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' .
    3636    '<p>' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '</p>' .
    37     '<p>' . __('Clicking on bold headings can re-sort this table.') . '</p>' .
     37    '<p>' . __('Clicking on bold headings can re-sort this table.') . '</p>'
     38);
     39
     40get_current_screen()->add_help_sidebar(
    3841    '<p><strong>' . __('For more information:') . '</strong></p>' .
    3942    '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.