Changeset 55412 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r55276 r55412 324 324 /* translators: %s: Documentation URL. */ 325 325 __( 'You need to make this file writable before you can save your changes. See <a href="%s">Changing File Permissions</a> for more information.' ), 326 __( 'https://wordpress.org/ support/article/changing-file-permissions/' )326 __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ) 327 327 ); 328 328 ?> … … 2125 2125 * or filtering via {@see 'filesystem_method'}. 2126 2126 * 2127 * @link https://wordpress.org/ support/article/editing-wp-config-php/#wordpress-upgrade-constants2127 * @link https://wordpress.org/documentation/article/editing-wp-config-php/#wordpress-upgrade-constants 2128 2128 * 2129 2129 * Plugins may define a custom transport handler, See WP_Filesystem().
Note: See TracChangeset
for help on using the changeset viewer.