Making WordPress.org


Ignore:
Timestamp:
02/01/2018 09:53:59 PM (9 years ago)
Author:
obenland
Message:

Main: Simpligy widget title

See #727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/sidebar.php

    r6507 r6517  
    3131                if ( class_exists( 'Jetpack_Subscriptions_Widget' ) ) :
    3232                        the_widget( 'Jetpack_Subscriptions_Widget', array_merge( \Jetpack_Subscriptions_Widget::defaults(), [
    33                                 /* translators: Site name. */
    34                                 'title'          => sprintf( esc_html__( 'Subscribe to %s', 'wporg' ), get_bloginfo( 'name' ) ),
     33                                'title'          => esc_html__( 'Subscribe to this blog', 'wporg' ),
    3534                                'subscribe_text' => '',
    3635                        ] ), $widget_args );
    37                 endif; // class_exists( 'Jetpack_Subscriptions_Widget' ).
    38         endif; // dynamic_sidebar( 'sidebar-1' ).
     36                endif;
     37        endif;
    3938        ?>
    4039</aside><!-- #secondary -->
Note: See TracChangeset for help on using the changeset viewer.