Changeset 57793 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 03/08/2024 10:36:01 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-permalink.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r57612 r57793 62 62 63 63 if ( $is_nginx ) { 64 $help_sidebar_content .= '<p>' . __( '<a href="https:// wordpress.org/documentation/article/nginx/">Documentation on Nginx configuration</a>.' ) . '</p>';64 $help_sidebar_content .= '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/server/web-server/nginx/">Documentation on Nginx configuration</a>.' ) . '</p>'; 65 65 } 66 66 … … 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/documentation/article/changing-file-permissions/' ),468 __( 'https://developer.wordpress.org/advanced-administration/server/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/documentation/article/changing-file-permissions/' ),500 __( 'https://developer.wordpress.org/advanced-administration/server/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/documentation/article/changing-file-permissions/' ),536 __( 'https://developer.wordpress.org/advanced-administration/server/file-permissions/' ), 537 537 '<kbd>Ctrl + A</kbd>', 538 538 '<kbd>⌘ + A</kbd>'
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)