Changeset 19538 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 12/02/2011 04:31:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r19530 r19538 21 21 'content' => '<p>' . __('Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.') . '</p>' . 22 22 '<p>' . __('This screen allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '</p>' . 23 '<p>' . __(' When making changes, you must click the Save Changes button at the bottom of the screen for thenew settings to take effect.') . '</p>',23 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>', 24 24 ) ); 25 25
Note: See TracChangeset
for help on using the changeset viewer.