Changeset 6583 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-txt-download.php
- Timestamp:
- 02/09/2018 08:49:21 PM (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
r6277 r6583 21 21 <aside class="col-3 alignright"> 22 22 <?php 23 the_widget( __ NAMESPACE__ . '\WPORG_Widget_Download' );23 the_widget( ___NAMESPACE__ . '\WPORG_Widget_Download' ); 24 24 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 29 ?>
Note: See TracChangeset
for help on using the changeset viewer.