Make WordPress Core


Ignore:
Timestamp:
07/25/2019 01:18:01 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Permalinks: Update URLs for "Changing File Permissions" documentation article.

Props patilswapnilv, ianbelanger, SergeyBiryukov.
Fixes #47768.

File:
1 edited

Legend:

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

    r45583 r45669  
    327327                <?php
    328328                printf(
    329                     /* translators: 1: web.config, 2: Codex URL, 3: CTRL + a, 4: element code */
     329                    /* translators: 1: web.config, 2: Documentation URL, 3: CTRL + a, 4: element code */
    330330                    __( '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.' ),
    331331                    '<code>web.config</code>',
    332                     __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
     332                    __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    333333                    '<kbd>CTRL + a</kbd>',
    334334                    '<code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code>'
     
    353353            <?php
    354354            printf(
    355                 /* translators: 1: Codex URL, 2: web.config, 3: CTRL + a */
     355                /* translators: 1: Documentation URL, 2: web.config, 3: CTRL + a */
    356356                __( '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.' ),
    357                 __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
     357                __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    358358                '<code>web.config</code>',
    359359                '<kbd>CTRL + a</kbd>'
     
    385385        <?php
    386386        printf(
    387             /* translators: 1: .htaccess, 2: Codex URL, 3: CTRL + a */
     387            /* translators: 1: .htaccess, 2: Documentation URL, 3: CTRL + a */
    388388            __( '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.' ),
    389389            '<code>.htaccess</code>',
    390             __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
     390            __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
    391391            '<kbd>CTRL + a</kbd>'
    392392        );
Note: See TracChangeset for help on using the changeset viewer.