Changeset 29716
- Timestamp:
- 09/07/2014 09:43:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r27549 r29716 235 235 236 236 <h3 class="title"><?php _e('Optional'); ?></h3> 237 <?php238 $suffix = $prefix;239 if ( $suffix )240 $suffix = ltrim( $suffix, '/' ) . '/';241 ?>242 237 <p><?php 243 /* translators: %s is a placeholder that must come at the start of the URL path. */244 printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code> http://example.org/%stopics/uncategorized/</code>. If you leave these blank the defaults will be used.'), $suffix ); ?></p>238 /* translators: %s is a placeholder that must come at the start of the URL. */ 239 printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>fix ); ?></p> 245 240 246 241 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.