Make WordPress Core

Ticket #49247: 49247.patch

File 49247.patch, 894 bytes (added by ramiy, 6 years ago)
  • wp-admin/options-permalink.php

     
    3232                'title'   => __( 'Permalink Settings' ),
    3333                '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>' .
    3434                        '<p>' . sprintf(
    35                                 /* translators: '%' character. */
     35                                /* translators: %s: Percentage character (%). */
    3636                                __( '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.' ),
    3737                                '<code>%</code>'
    3838                        ) . '</p>' .