Changeset 2831 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
- Timestamp:
- 03/28/2016 07:11:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
r2798 r2831 331 331 ); 332 332 333 if ( ! current_user_can( 'plugin_edit_others' ) ) {333 if ( ! current_user_can( 'plugin_edit_others' ) && ! current_user_can( 'plugin_edit_pending' ) ) { 334 334 $status_links['mine'] = $this->get_edit_link( $mine_args, $mine_inner_html, 'current' );; 335 335 return $status_links;
Note: See TracChangeset
for help on using the changeset viewer.