Make WordPress Core

Ticket #40582: 40582.permalink.diff

File 40582.permalink.diff, 3.2 KB (added by sabernhardt, 4 years ago)
  • src/wp-admin/options-permalink.php

     
    360360<p>
    361361                                <?php
    362362                                printf(
    363                                         /* translators: 1: web.config, 2: Documentation URL, 3: CTRL + a, 4: Element code. */
    364                                         __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ),
     363                                        /* translators: 1: web.config, 2: Documentation URL, 3: Ctrl + A, 4: Element code. */
     364                                        __( 'If your %1$s file were <a href="%2$s">writable</a>, we could do this automatically, but it isn&#8217;t. So this is the URL rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ),
    365365                                        '<code>web.config</code>',
    366366                                        __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    367                                         '<kbd>CTRL + a</kbd>',
     367                                        '<kbd>Ctrl + A</kbd>',
    368368                                        '<code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code>'
    369369                                );
    370370                                ?>
     
    386386<p>
    387387                        <?php
    388388                        printf(
    389                                 /* translators: 1: Documentation URL, 2: web.config, 3: CTRL + a */
    390                                 __( 'If the root directory of your site was <a href="%1$s">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ),
     389                                /* translators: 1: Documentation URL, 2: web.config, 3: Ctrl + A */
     390                                __( 'If the root directory of your site were <a href="%1$s">writable</a>, we could do this automatically, but it isn&#8217;t. So this is the URL rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ),
    391391                                __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    392392                                '<code>web.config</code>',
    393                                 '<kbd>CTRL + a</kbd>'
     393                                '<kbd>Ctrl + A</kbd>'
    394394                        );
    395395                        ?>
    396396</p>
     
    418418<p>
    419419                <?php
    420420                printf(
    421                         /* translators: 1: .htaccess, 2: Documentation URL, 3: CTRL + a */
    422                         __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn&#8217;t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ),
     421                        /* translators: 1: .htaccess, 2: Documentation URL, 3: Ctrl + A */
     422                        __( 'If your %1$s file were <a href="%2$s">writable</a>, we could do this automatically, but it isn&#8217;t. So these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ),
    423423                        '<code>.htaccess</code>',
    424424                        __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    425                         '<kbd>CTRL + a</kbd>'
     425                        '<kbd>Ctrl + A</kbd>'
    426426                );
    427427                ?>
    428428</p>