Ticket #25210: options-permalink-however.diff
File options-permalink-however.diff, 1.4 KB (added by , 12 years ago) |
---|
-
wp-admin/options-permalink.php
172 172 <form name="form" action="options-permalink.php" method="post"> 173 173 <?php wp_nonce_field('update-permalink') ?> 174 174 175 <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them , howeverWordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>175 <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p> 176 176 177 177 <?php 178 178 if ( is_multisite() && !is_subdomain_install() && is_main_site() ) {