Making WordPress.org


Ignore:
Timestamp:
02/09/2018 08:49:21 PM (8 years ago)
Author:
obenland
Message:

Main: Add remaining about page templates.

Work in progress.

See #3046.

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  
    2121                <aside class="col-3 alignright">
    2222                    <?php
    23                     the_widget( __NAMESPACE__ . '\WPORG_Widget_Download' );
     23                    the_widget( ___NAMESPACE__ . '\WPORG_Widget_Download' );
    2424
    2525                    the_widget( 'WP_Widget_Links', array(), array(
    2626                        '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>',
    2828                    ) );
    2929                    ?>
Note: See TracChangeset for help on using the changeset viewer.