Changeset 3204 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 05/20/2016 10:10:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3200 r3204 14 14 'trending' => __( 'Trending Plugins', 'wporg-plugins' ), 15 15 'beta' => __( 'Beta Plugins', 'wporg-plugins' ), 16 ); 17 18 $widget_args = array( 19 'before_title' => '<h4 class="widget-title">', 20 'after_title' => '</h4>', 16 21 ); 17 22 … … 44 49 <aside id="secondary" class="widget-area" role="complementary"> 45 50 <?php 46 $widget_args = array(47 'before_title' => '<h4 class="widget-title">',48 'after_title' => '</h4>',49 );50 51 51 the_widget( 'WP_Widget_Text', array( 52 52 'title' => __( 'Plugin Authors', 'wporg-plugins' ),
Note: See TracChangeset
for help on using the changeset viewer.