Make WordPress Core


Ignore:
Timestamp:
03/08/2024 10:36:01 PM (16 months 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-theme-installer-skin.php

    r57714 r57793  
    329329                    /* translators: %s: Documentation URL. */
    330330                    __( 'You are uploading an older version of the active theme. You can continue to install the older version, but be sure to <a href="%s">back up your database and files</a> first.' ),
    331                     __( 'https://wordpress.org/documentation/article/wordpress-backups/' )
     331                    __( 'https://developer.wordpress.org/advanced-administration/security/backup/' )
    332332                );
    333333            } else {
     
    335335                    /* translators: %s: Documentation URL. */
    336336                    __( 'You are updating a theme. Be sure to <a href="%s">back up your database and files</a> first.' ),
    337                     __( 'https://wordpress.org/documentation/article/wordpress-backups/' )
     337                    __( 'https://developer.wordpress.org/advanced-administration/security/backup/' )
    338338                );
    339339            }
Note: See TracChangeset for help on using the changeset viewer.