Changeset 6277 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-txt-download.php
- Timestamp:
- 12/15/2017 12:13:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-txt-download.php
r6093 r6277 9 9 10 10 the_post(); 11 get_header( 'page' ); ?> 11 get_header(); 12 ?> 12 13 13 14 <main id="main" class="site-main col-12" role="main"> … … 22 23 the_widget( __NAMESPACE__ . '\WPORG_Widget_Download' ); 23 24 24 printf( '<div class="widget %s">', 'widget_links' );25 25 the_widget( 'WP_Widget_Links', array(), array( 26 26 'before_title' => '<h4>', 27 'after_title' => '</h4> ' . '<p>' . __( 'For help with installing or using WordPress, consult our documentation in your language.', 'wporg' ) . '</p>',27 'after_title' => '</h4><p>' . __( 'For help with installing or using WordPress, consult our documentation in your language.', 'wporg' ) . '</p>', 28 28 ) ); 29 echo '</div>';30 29 ?> 31 30 </aside> … … 57 56 </main><!-- #main --> 58 57 59 <?php58 <?php 60 59 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.