Changeset 5867 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar-advanced.php
- Timestamp:
- 09/03/2017 09:43:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar-advanced.php
r5248 r5867 22 22 if ( current_user_can( 'plugin_admin_view', $post ) ) { 23 23 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Committers', array(), $widget_args ); 24 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Support_Reps', array(), $widget_args ); 24 25 } else { 25 26 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', array(), $widget_args );
Note: See TracChangeset
for help on using the changeset viewer.