Changeset 13536
- Timestamp:
- 04/16/2024 03:23:28 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/404.php
r13478 r13536 22 22 23 23 <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> 25 25 </div> 26 26 </section>
Note: See TracChangeset
for help on using the changeset viewer.