Changeset 15116 for trunk/wp-admin/network.php
- Timestamp:
- 06/02/2010 08:04:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r15076 r15116 90 90 $parent_file = 'tools.php'; 91 91 92 add_contextual_help($current_screen, 92 add_contextual_help($current_screen, 93 93 '<p>' . __('This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.') . '</p>' . 94 94 '<p>' . __('Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your install. Fill out the network details, and click install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.