Changeset 9452 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
- Timestamp:
- 02/01/2020 09:35:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
r7835 r9452 3 3 * Template part for displaying bbPress topics on the front page. 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WPBBP … … 38 38 <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> 39 39 <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> 40 <p><?php _e( '<a href="https:// codex.wordpress.org/">Explore documentation</a>', 'wporg-forums' ); ?></p>40 <p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p> 41 41 </div> 42 42 </div>
Note: See TracChangeset
for help on using the changeset viewer.