Ticket #47768: 47768.diff
| File 47768.diff, 958 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/options-permalink.php
329 329 /* translators: 1: web.config, 2: Codex 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/#htaccess-permissions' ), 333 333 '<kbd>CTRL + a</kbd>', 334 334 '<code>/<configuration>/<system.webServer>/<rewrite>/<rules></code>' 335 335 );