Making WordPress.org


Ignore:
Timestamp:
03/07/2024 02:18:06 AM (14 months ago)
Author:
adamwood
Message:

wporg-support-2024: Fix incorrect text domain

Should be wporg-forums not wporg-support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/archive-forum.php

    r13272 r13289  
    8383            </div>
    8484            <!-- /wp:group -->',
    85             esc_html__( 'More resources', 'wporg-support' ),
    86             esc_html__( 'Documentation', 'wporg-support' ),
    87             esc_html__( "Your first stop where you'll find information on everything.", 'wporg-support' ),
    88             esc_html__( 'Support Handbook', 'wporg-support' ),
    89             esc_html__( 'Great for tips, tricks, and advice regarding giving the best support.', 'wporg-support' ),
     85            esc_html__( 'More resources', 'wporg-forums' ),
     86            esc_html__( 'Documentation', 'wporg-forums' ),
     87            esc_html__( "Your first stop where you'll find information on everything.", 'wporg-forums' ),
     88            esc_html__( 'Support Handbook', 'wporg-forums' ),
     89            esc_html__( 'Great for tips, tricks, and advice regarding giving the best support.', 'wporg-forums' ),
    9090        )
    9191    ); ?>
Note: See TracChangeset for help on using the changeset viewer.