Changeset 45669 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 07/25/2019 01:18:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r45583 r45669 327 327 <?php 328 328 printf( 329 /* translators: 1: web.config, 2: CodexURL, 3: CTRL + a, 4: element code */329 /* translators: 1: web.config, 2: Documentation URL, 3: CTRL + a, 4: element code */ 330 330 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn’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.' ), 331 331 '<code>web.config</code>', 332 __( 'https:// codex.wordpress.org/Changing_File_Permissions' ),332 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 333 333 '<kbd>CTRL + a</kbd>', 334 334 '<code>/<configuration>/<system.webServer>/<rewrite>/<rules></code>' … … 353 353 <?php 354 354 printf( 355 /* translators: 1: CodexURL, 2: web.config, 3: CTRL + a */355 /* translators: 1: Documentation URL, 2: web.config, 3: CTRL + a */ 356 356 __( 'If the root directory of your site was <a href="%1$s">writable</a>, we could do this automatically, but it isn’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/' ), 358 358 '<code>web.config</code>', 359 359 '<kbd>CTRL + a</kbd>' … … 385 385 <?php 386 386 printf( 387 /* translators: 1: .htaccess, 2: CodexURL, 3: CTRL + a */387 /* translators: 1: .htaccess, 2: Documentation URL, 3: CTRL + a */ 388 388 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn’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.' ), 389 389 '<code>.htaccess</code>', 390 __( 'https:// codex.wordpress.org/Changing_File_Permissions' ),390 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 391 391 '<kbd>CTRL + a</kbd>' 392 392 );
Note: See TracChangeset
for help on using the changeset viewer.