Making WordPress.org


Ignore:
Timestamp:
03/07/2024 03:43:15 AM (21 months ago)
Author:
adamwood
Message:

wporg-support-2024: Make get started link relative

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/bbpress-front.php

    r13272 r13293  
    1515
    1616<section>
    17     <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot. <a href="https://wordpress.org/support/welcome/">Get started!</a>', 'wporg-forums' ); ?></p>
     17    <p><?php printf(
     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' ),
     20        esc_url( site_url( '/forums/' ) )
     21    ) ?></p>
    1822</section>
    1923
Note: See TracChangeset for help on using the changeset viewer.