Changeset 6517
- Timestamp:
- 02/01/2018 09:53:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/sidebar.php
r6507 r6517 31 31 if ( class_exists( 'Jetpack_Subscriptions_Widget' ) ) : 32 32 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' ), 35 34 'subscribe_text' => '', 36 35 ] ), $widget_args ); 37 endif; // class_exists( 'Jetpack_Subscriptions_Widget' ).38 endif; // dynamic_sidebar( 'sidebar-1' ).36 endif; 37 endif; 39 38 ?> 40 39 </aside><!-- #secondary -->
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)