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/includes/class-plugin-installer-skin.php

    r57714 r57793  
    294294                    /* translators: %s: Documentation URL. */
    295295                    __( 'You are uploading an older version of a current plugin. You can continue to install the older version, but be sure to <a href="%s">back up your database and files</a> first.' ),
    296                     __( 'https://wordpress.org/documentation/article/wordpress-backups/' )
     296                    __( 'https://developer.wordpress.org/advanced-administration/security/backup/' )
    297297                );
    298298            } else {
     
    300300                    /* translators: %s: Documentation URL. */
    301301                    __( 'You are updating a plugin. Be sure to <a href="%s">back up your database and files</a> first.' ),
    302                     __( 'https://wordpress.org/documentation/article/wordpress-backups/' )
     302                    __( 'https://developer.wordpress.org/advanced-administration/security/backup/' )
    303303                );
    304304            }
Note: See TracChangeset for help on using the changeset viewer.