Ticket #5451: 5451.patch
File 5451.patch, 1.2 KB (added by , 4 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
14 14 $menu_items = array( 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' ), 17 18 _x( 'https://wordpress.org/support/', 'header menu', 'wporg-forums' ) => _x( 'Documentation', 'header menu', 'wporg-forums' ), 18 19 _x( 'https://make.wordpress.org/support/handbook/', 'header menu', 'wporg-forums' ) => _x( 'Get Involved', 'header menu', 'wporg-forums' ), 19 20 ); … … 68 69 <?php endif; ?> 69 70 </div><!-- .site-branding --> 70 71 </header><!-- #masthead --> 71 <div id="lang-guess-wrap"></div> 72 No newline at end of file 72 <div id="lang-guess-wrap"></div>