Changeset 9451
- Timestamp:
- 02/01/2020 09:33:06 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
r4092 r9451 42 42 <ul> 43 43 <li><?php 44 /* translators: %s: CodexURL for forum welcome */45 printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https:// codex.wordpress.org/Forum_Welcome', 'wporg-forums' ) ) );44 /* translators: %s: Support URL for forum welcome */ 45 printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https://wordpress.org/support/welcome/', 'wporg-forums' ) ) ); 46 46 ?></li> 47 47 <li><?php -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/page-homepage.php
r4097 r9451 19 19 <div class="col-6" id="forum-welcome"> 20 20 21 <p class="intro"><?php _e( 'We’ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https:// codex.wordpress.org">documentation</a>, where you’ll find information on everything from installing WordPress for the first time to creating your own themes and plugins.', 'wporg-forums' ); ?></p>21 <p class="intro"><?php _e( 'We’ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https://wordpress.org/support/">documentation</a>, where you’ll find information on everything from installing WordPress for the first time to creating your own themes and plugins.', 'wporg-forums' ); ?></p> 22 22 <h3><?php _e( 'Getting Started Resources', 'wporg-forums' ); ?></h3> 23 23 <p><?php _e( 'If you need help getting started with WordPress, try these articles.', 'wporg-forums' ); ?></p> 24 24 <ul> 25 <li><?php _e( '<a href="https:// codex.wordpress.org/Forum_Welcome">Welcome to the WordPress Support Forum</a>', 'wporg-forums' ); ?></li>26 <li><?php _e( '<a href="https:// codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress — Where to Start</a>', 'wporg-forums' ); ?></li>27 <li><?php _e( '<a href="https:// codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>28 <li><?php _e( '<a href="https:// codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>29 <li><?php _e( '<a href="https:// codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li>25 <li><?php _e( '<a href="https://wordpress.org/support/welcome/">Welcome to the WordPress Support Forum</a>', 'wporg-forums' ); ?></li> 26 <li><?php _e( '<a href="https://wordpress.org/support/article/new_to_wordpress_-_where_to_start/">New to WordPress — Where to Start</a>', 'wporg-forums' ); ?></li> 27 <li><?php _e( '<a href="https://wordpress.org/support/article/faq-installation/">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li> 28 <li><?php _e( '<a href="https://wordpress.org/support/article/first-steps-with-wordpress/">First Steps with WordPress</a>', 'wporg-forums' ); ?></li> 29 <li><?php _e( '<a href="https://wordpress.org/support/article/writing-posts/">Writing Posts</a>', 'wporg-forums' ); ?></li> 30 30 <li><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Support Handbook</a>', 'wporg-forums' ); ?></li> 31 31 <li><?php _e( '<a href="https://make.wordpress.org/support/handbook/contributing-to-the-wordpress-forums/support-forums-in-your-language/">Support Forums in Your Language</a>', 'wporg-forums' ); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.