Make WordPress Core

Changeset 29716

Timestamp:
09/07/2014 09:43:48 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Use home URL instead of example.org on Permalink Settings screen.

props voldemortensen, jesin.
fixes #29509.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r27549 r29716  
    235235
    236236<h3 class="title"><?php _e('Optional'); ?></h3>
    237 <?php
    238 $suffix = $prefix;
    239 if ( $suffix )
    240     $suffix = ltrim( $suffix, '/' ) . '/';
    241 ?>
    242237<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. */
     239printf( __('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>
    245240
    246241<table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.