- Timestamp:
- 08/21/2013 06:51:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r23563 r25070 86 86 default: 87 87 $args = false; 88 } 88 break; 89 } 90 91 $args = apply_filters( 'install_plugins_table_api_args_' . $tab, $args ); 89 92 90 93 if ( !$args )
Note: See TracChangeset
for help on using the changeset viewer.