Changeset 57793 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 03/08/2024 10:36:01 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r57766 r57793 33 33 /* translators: %s: Documentation URL. */ 34 34 __( 'Though the terms refer to two different concepts, in practice, they can be the same address or different. For example, you can have the core WordPress installation files in the root directory (<code>https://example.com</code>), in which case the two URLs would be the same. Or the <a href="%s">WordPress files can be in a subdirectory</a> (<code>https://example.com/wordpress</code>). In that case, the WordPress URL and the site URL would be different.' ), 35 __( 'https:// wordpress.org/documentation/article/giving-wordpress-its-own-directory/' )36 ) . '</p>' .35 __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' ) 36 ) . '</p>' . 37 37 '<p>' . sprintf( 38 38 /* translators: 1: http://, 2: https:// */ … … 236 236 /* translators: %s: Documentation URL. */ 237 237 __( 'Enter the same address here unless you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ), 238 __( 'https:// wordpress.org/documentation/article/giving-wordpress-its-own-directory/' )238 __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' ) 239 239 ); 240 240 ?>
Note: See TracChangeset
for help on using the changeset viewer.