Changeset 12295
- Timestamp:
- 12/05/2022 02:24:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php
r12294 r12295 62 62 [ 63 63 /* translators: Link title to the WordPress Editor support article. */ 64 'title' => __( 'Help & Support', 'wporg ' ),64 'title' => __( 'Help & Support', 'wporg-forums' ), 65 65 /* 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' ), 67 67 ] 68 68 ];
Note: See TracChangeset
for help on using the changeset viewer.