Changeset 9452 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.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/page-homepage.php
r7288 r9452 43 43 <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> 44 44 <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> 45 <p><?php _e( '<a href="https:// codex.wordpress.org/">Explore documentation</a>', 'wporg-forums' ); ?></p>45 <p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p> 46 46 </div> 47 47 </div> … … 77 77 <h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3> 78 78 <ul class="meta-list"> 79 <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>80 <li><?php _e( '<a href="https:// codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>81 <li><?php _e( '<a href="https:// codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>82 <li><?php _e( '<a href="https:// codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li>79 <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> 80 <li><?php _e( '<a href="https://wordpress.org/support/article/faq-installation/">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li> 81 <li><?php _e( '<a href="https://wordpress.org/support/article/first-steps-with-wordpress-classic/">First Steps with WordPress</a>', 'wporg-forums' ); ?></li> 82 <li><?php _e( '<a href="https://wordpress.org/support/article/writing-posts/">Writing Posts</a>', 'wporg-forums' ); ?></li> 83 83 </ul> 84 84 </div>
Note: See TracChangeset
for help on using the changeset viewer.