Making WordPress.org

Changeset 13536


Ignore:
Timestamp:
04/16/2024 03:23:28 AM (22 months ago)
Author:
dufresnesteven
Message:

wporg-support-2024: Update 404 page link to forums.

File:
1 edited

Legend:

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

    r13478 r13536  
    2222
    2323            <div class="page-content">
    24                 <p><?php printf( __( 'Try searching from the field above, or go to the <a href="%s">home page</a>.', 'wporg-forums' ), get_home_url() ); ?></p>
     24                <p><?php printf( __( 'Try searching from the field above, or go to the <a href="%s">home page</a>.', 'wporg-forums' ), home_url( '/forums/' ) ); ?></p>
    2525            </div>
    2626        </section>
Note: See TracChangeset for help on using the changeset viewer.