Changeset 15132 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r15126 r15132 24 24 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel" >Permalinks Settings Documentation</a>') . '</p>' .27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" >Using Permalinks Documentation</a>') . '</p>' .28 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel" target="_blank">Permalinks Settings Documentation</a>') . '</p>' . 27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Using Permalinks Documentation</a>') . '</p>' . 28 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 29 29 ); 30 30
Note: See TracChangeset
for help on using the changeset viewer.