Making WordPress.org

Changeset 13435


Ignore:
Timestamp:
04/03/2024 02:45:20 AM (6 months ago)
Author:
adamwood
Message:

wporg-support-2024: Copy updates

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024
Files:
3 edited

Legend:

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

    r13312 r13435  
    1717                <p><?php printf(
    1818                    /* Translators: forums URL */
    19                     __( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot. <a href="%s">Get started!</a>', 'wporg-forums' ),
     19                    __( 'Our community-based support forums are a great place to learn, share, and help each other. <a href="%s">Find out how to get started</a>.', 'wporg-forums' ),
    2020                    esc_url( site_url( '/welcome/' ) )
    2121                ) ?></p>
     
    9393            esc_html__( 'More resources', 'wporg-forums' ),
    9494            esc_html__( 'Documentation', 'wporg-forums' ),
    95             esc_html__( "Your first stop where you'll find information on everything.", 'wporg-forums' ),
     95            esc_html__( 'Find the information you need to get the most out of WordPress.', 'wporg-forums' ),
    9696            esc_html__( 'Support Handbook', 'wporg-forums' ),
    97             esc_html__( 'Great for tips, tricks, and advice regarding giving the best support.', 'wporg-forums' ),
     97            esc_html__( 'Learn how to get involved and provide support in the forums.', 'wporg-forums' ),
    9898        )
    9999    ); ?>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php

    r13405 r13435  
    446446            sprintf(
    447447                /* translators: 1: Theme Directory URL, 2: Plugin Directory URL */
    448                 __( 'Looking for help with a specific <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit its individual forum.', 'wporg-forums' ),
     448                __( 'Looking for help with a WordPress <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit its specific forum.', 'wporg-forums' ),
    449449                esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ),
    450450                esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ),
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/header.php

    r13324 r13435  
    105105                    <!-- /wp:group -->',
    106106                    esc_html__( 'Forums', 'wporg-forums' ),
    107                     esc_html__( 'Learn how to help, or get help you need.', 'wporg-forums' )
     107                    esc_html__( 'A space to ask and discuss all things WordPress.', 'wporg-forums' )
    108108                )
    109109            ); ?>
Note: See TracChangeset for help on using the changeset viewer.