- Timestamp:
- 01/08/2015 05:43:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r31055 r31078 10 10 class WP_Plugin_Install_List_Table extends WP_List_Table { 11 11 12 var$order = 'ASC';13 var$orderby = null;14 var$groups = array();12 public $order = 'ASC'; 13 public $orderby = null; 14 public $groups = array(); 15 15 16 16 public function ajax_user_can() {
Note: See TracChangeset
for help on using the changeset viewer.