Changeset 5273
- Timestamp:
- 04/06/2017 11:00:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
r5266 r5273 37 37 $author_commit = Tools::get_users_write_access_plugins( $author ); 38 38 $author_plugins_q = array( 39 'author' => $author->ID, 40 'post_type' => 'plugin', 39 'author' => $author->ID, 40 'post_type' => 'plugin', 41 'posts_per_page' => -1, 41 42 ); 42 43 if ( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.