Make WordPress Core

Changeset 59868


Ignore:
Timestamp:
02/25/2025 06:32:51 PM (2 months ago)
Author:
audrasjb
Message:

Help/About: Replace "Support" with "Support Forums" in import.php help tab.

This brings consistency with other admin screens.

Props Guido07111975, audrasjb, sabernhardt.
Fixes #63016.

File:
1 edited

Legend:

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

    r59701 r59868  
    3131    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3232    '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' .
    33     '<p>' . __( '<a href="https://wordpress.org/support/forums">Support</a>' ) . '</p>'
     33    '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
    3434);
    3535
Note: See TracChangeset for help on using the changeset viewer.