Changeset 12369 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
- Timestamp:
- 01/26/2023 04:23:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
r11496 r12369 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://wordpress.org/support/guidelines/', 'header menu', 'wporg-forums' ) => _x( 'Guidelines', 'header menu', 'wporg-forums' ),18 _x( 'https://wordpress.org/ support/', 'header menu', 'wporg-forums' )=> _x( 'Documentation', 'header menu', 'wporg-forums' ),17 _x( 'https://wordpress.org/support/guidelines/', 'header menu', 'wporg-forums' ) => _x( 'Guidelines', 'header menu', 'wporg-forums' ), 18 _x( 'https://wordpress.org/documentation/', 'header menu', 'wporg-forums' ) => _x( 'Documentation', 'header menu', 'wporg-forums' ), 19 19 _x( 'https://make.wordpress.org/support/handbook/', 'header menu', 'wporg-forums' ) => _x( 'Get Involved', 'header menu', 'wporg-forums' ), 20 20 ); … … 33 33 <div class="site-branding"> 34 34 <?php if ( is_front_page() ) : ?> 35 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/ ' ) ); ?>" rel="home"><?php _ex( 'WordPress Support', 'Site title', 'wporg-forums' ); ?></a></h1>35 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/forums/' ) ); ?>" rel="home"><?php _ex( 'WordPress Support', 'Site title', 'wporg-forums' ); ?></a></h1> 36 36 37 37 <p class="site-description"> … … 43 43 <?php get_search_form(); ?> 44 44 <?php else : ?> 45 <p class="site-title"><a href="<?php echo esc_url( home_url( '/ ' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></p>45 <p class="site-title"><a href="<?php echo esc_url( home_url( '/forums/' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></p> 46 46 47 47 <nav id="site-navigation" class="main-navigation" role="navigation">
Note: See TracChangeset
for help on using the changeset viewer.