Changeset 55626 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 04/04/2023 10:50:43 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r55414 r55626 225 225 /* translators: %s: Documentation URL. */ 226 226 __( 'WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started.' ), 227 __( 'https://wordpress.org/ support/article/using-permalinks/' )227 __( 'https://wordpress.org/documentation/article/customize-permalinks/' ) 228 228 ); 229 229 ?> … … 466 466 __( '<strong>Error:</strong> Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. This is the URL rewrite rule you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this rule inside of the %5$s element in %1$s file.' ), 467 467 '<code>web.config</code>', 468 __( 'https://wordpress.org/ support/article/changing-file-permissions/' ),468 __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ), 469 469 '<kbd>Ctrl + A</kbd>', 470 470 '<kbd>⌘ + A</kbd>', … … 498 498 /* translators: 1: Documentation URL, 2: web.config, 3: Ctrl + A, 4: ⌘ + A */ 499 499 __( '<strong>Error:</strong> The root directory of your site is not <a href="%1$s">writable</a>, so creating a file automatically was not possible. 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 (or %4$s on Mac) to select all. Then insert this code into the %2$s file.' ), 500 __( 'https://wordpress.org/ support/article/changing-file-permissions/' ),500 __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ), 501 501 '<code>web.config</code>', 502 502 '<kbd>Ctrl + A</kbd>', … … 534 534 __( '<strong>Error:</strong> Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. These are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all.' ), 535 535 '<code>.htaccess</code>', 536 __( 'https://wordpress.org/ support/article/changing-file-permissions/' ),536 __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ), 537 537 '<kbd>Ctrl + A</kbd>', 538 538 '<kbd>⌘ + A</kbd>'
Note: See TracChangeset
for help on using the changeset viewer.