Make WordPress Core

Changeset 15123


Ignore:
Timestamp:
06/03/2010 02:49:52 AM (14 years ago)
Author:
nacin
Message:

Remove reference to global terms from MS options help. props bigdawggi via wp-testers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-options.php

    r15116 r15123  
    2121add_contextual_help($current_screen,
    2222    '<p>' . __('This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site&#8217;s options.') . '</p>' .
    23     '<p>' . __('Operational settings has fields for the network&#8217;s name, admin email, and whether global terms will be disabled (the default) or maintained across all sites on the network.') . '</p>' .
     23    '<p>' . __('Operational settings has fields for the network&#8217;s name and admin email.') . '</p>' .
    2424    '<p>' . __('Dashboard Site is an option to give a site to users who do not have a site on the system. Their default role is subscribed but that default can be changed. The Admin Notice Feed can provide a notice on all dashboards of the latest post via RSS or Atom, or provide no such notice if left blank.') . '</p>' .
    2525    '<p>' . __('Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.