Changeset 52978 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r52808 r52978 369 369 printf( 370 370 /* translators: 1: web.config, 2: Documentation URL, 3: Ctrl + A, 4: Element code. */ 371 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it is n’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.' ),371 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it is not 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.' ), 372 372 '<code>web.config</code>', 373 373 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), … … 395 395 printf( 396 396 /* translators: 1: Documentation URL, 2: web.config, 3: Ctrl + A */ 397 __( 'If the root directory of your site was <a href="%1$s">writable</a>, we could do this automatically, but it is n’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.' ),397 __( 'If the root directory of your site was <a href="%1$s">writable</a>, we could do this automatically, but it is not 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.' ), 398 398 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 399 399 '<code>web.config</code>', … … 425 425 printf( 426 426 /* translators: 1: .htaccess, 2: Documentation URL, 3: Ctrl + A */ 427 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it is n’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.' ),427 __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it is not 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.' ), 428 428 '<code>.htaccess</code>', 429 429 __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
Note: See TracChangeset
for help on using the changeset viewer.