- Timestamp:
- 08/10/2014 02:17:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r29453 r29459 10 10 class WP_Plugins_List_Table extends WP_List_Table { 11 11 12 /** 13 * Constructor. 14 * 15 * @since 3.1.0 16 * 17 * @see WP_List_Table::__construct() for more information on default arguments. 18 * 19 * @param array $args An associative array of arguments. 20 */ 12 21 public function __construct( $args = array() ) { 13 22 global $status, $page;
Note: See TracChangeset
for help on using the changeset viewer.