~canonical-sysadmins/wordpress/4.7

« back to all changes in this revision

Viewing changes to wp-admin/options-permalink.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:04:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: nick.moffitt@canonical.com-20150115110426-5stm1p14cfnxrtme
New Upstream Version 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
</table>
235
235
 
236
236
<h3 class="title"><?php _e('Optional'); ?></h3>
237
 
<?php
238
 
$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>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used.'), get_option('home') . $blog_prefix . $prefix ); ?></p>
245
240
 
246
241
<table class="form-table">
247
242
        <tr>