Changeset 13435
- Timestamp:
- 04/03/2024 02:45:20 AM (6 months ago)
- 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 17 17 <p><?php printf( 18 18 /* 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' ), 20 20 esc_url( site_url( '/welcome/' ) ) 21 21 ) ?></p> … … 93 93 esc_html__( 'More resources', 'wporg-forums' ), 94 94 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' ), 96 96 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' ), 98 98 ) 99 99 ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
r13405 r13435 446 446 sprintf( 447 447 /* 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 individualforum.', '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' ), 449 449 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ), 450 450 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 105 105 <!-- /wp:group -->', 106 106 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' ) 108 108 ) 109 109 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.