Changeset 9452
- Timestamp:
- 02/01/2020 09:35:28 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
r8257 r9452 15 15 /* translators: relative link to the forums home page */ 16 16 _x( '/forums/', 'header menu', 'wporg-forums' ) => _x( 'Forums', 'header menu', 'wporg-forums' ), 17 _x( 'https:// codex.wordpress.org/Main_Page', 'header menu', 'wporg-forums' )=> _x( 'Documentation', 'header menu', 'wporg-forums' ),17 _x( 'https://wordpress.org/support/', 'header menu', 'wporg-forums' ) => _x( 'Documentation', 'header menu', 'wporg-forums' ), 18 18 _x( 'https://make.wordpress.org/support/handbook/', 'header menu', 'wporg-forums' ) => _x( 'Get Involved', 'header menu', 'wporg-forums' ), 19 19 ); -
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> -
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> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-archive.php
r7835 r9452 3 3 * Template part for displaying single posts in an archive list. 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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-page.php
r5386 r9452 3 3 * Template part for displaying page content in page.php. 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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-single.php
r7835 r9452 3 3 * Template part for displaying page content in page.php. 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
Note: See TracChangeset
for help on using the changeset viewer.