Changeset 57793 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 03/08/2024 10:36:01 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r57522 r57793 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/documentation/article/changing-file-permissions/' )326 __( 'https://developer.wordpress.org/advanced-administration/server/file-permissions/' ) 327 327 ); 328 328 ?>
Note: See TracChangeset
for help on using the changeset viewer.