Making WordPress.org

Changeset 12295


Ignore:
Timestamp:
12/05/2022 02:24:05 AM (2 years ago)
Author:
dd32
Message:

Support Forums: Block Editor: Use the correct textdomain and fix the URL in the Help & Support dropdown.

See r12294, #6608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php

    r12294 r12295  
    6262            [
    6363                /* translators: Link title to the WordPress Editor support article. */
    64                 'title' => __( 'Help & Support', 'wporg' ),
     64                'title' => __( 'Help & Support', 'wporg-forums' ),
    6565                /* translators: Link to the WordPress Editor article, used as the forum 'Help & Support' destination. */
    66                 'link' => __( 'https://wordpress.org/support/article/wordpress-editor/', 'wporg' ),
     66                'url'   => __( 'https://wordpress.org/support/article/wordpress-editor/', 'wporg-forums' ),
    6767            ]
    6868        ];
Note: See TracChangeset for help on using the changeset viewer.