Make WordPress Core


Ignore:
Timestamp:
03/08/2024 10:36:01 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Update various HelpHub links to avoid unnecessary redirections.

This updates various WP-Admin related links that have been redirected to new HelpHub pages, to avoid unnecessary redirections.

Props mkismy.
See #60732, #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/plugin-editor.php

    r57522 r57793  
    324324                /* translators: %s: Documentation URL. */
    325325                __( '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/' )
    327327            );
    328328            ?>
Note: See TracChangeset for help on using the changeset viewer.