Changeset 47092
- Timestamp:
- 01/20/2020 03:08:45 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r46957 r47092 33 33 'content' => '<p>' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '</p>' . 34 34 '<p>' . sprintf( 35 /* translators: '%' character. */35 /* translators: %s: Percent sign (%). */ 36 36 __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %s) will also appear in the custom structure field and your path can be further modified there.' ), 37 37 '<code>%</code>'
Note: See TracChangeset
for help on using the changeset viewer.