Make WordPress Core


Ignore:
Timestamp:
11/02/2011 08:54:56 PM (14 years ago)
Author:
nacin
Message:

More help sidebars. see #19020.

File:
1 edited

Legend:

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

    r18504 r19121  
    4141add_contextual_help($current_screen,
    4242    '<p>' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '</p>' .
    43     '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>' .
     43    '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>'
     44);
     45
     46get_current_screen()->set_help_sidebar(
    4447    '<p><strong>' . __('For more information:') . '</strong></p>' .
    4548    '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.