Make WordPress Core


Ignore:
Timestamp:
05/17/2013 05:55:39 PM (11 years ago)
Author:
ocean90
Message:

Improve the permalink settings UI for RTL.

props yoavf, SergeyBiryukov, DrewAPicture. fixes #16834.

File:
1 edited

Legend:

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

    r24060 r24283  
    235235printf( __('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>
    236236
    237 <table class="form-table">
     237<table class="form-table" id="permalink-settings">
    238238    <tr>
    239239        <th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e('Category base'); ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.