Changeset 5121 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-committers.php
- Timestamp:
- 03/08/2017 12:06:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-committers.php
r5117 r5121 41 41 ) ); 42 42 43 $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Committers', 'wporg-plugins' ) : $instance['title'], $instance, $this->id_base ); 44 43 45 echo $args['before_widget']; 46 echo $args['before_title'] . $title . $args['after_title']; 44 47 ?> 45 <h3><?php _e( 'Committers', 'wporg-plugins' ); ?></h3>46 48 47 49 <ul id="committer-list" class="committer-list"> … … 55 57 <small> 56 58 <?php echo current_user_can( 'plugin_review' ) ? esc_html( $committer->user_email ) . ' ' : ''; ?> 57 <button class="button-link spinnerremove"><?php _e( 'Remove', 'wporg-plugins' ); ?></button>59 <button class="button-link remove"><?php _e( 'Remove', 'wporg-plugins' ); ?></button> 58 60 </small> 59 61 </li> … … 81 83 </li> 82 84 </script> 85 83 86 <?php 84 87 echo $args['after_widget'];
Note: See TracChangeset
for help on using the changeset viewer.