Changeset 29460
- Timestamp:
- 08/10/2014 02:21:56 AM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r29459 r29460 26 26 * 27 27 * @since 3.1.0 28 * @access public 28 29 * 29 30 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r29459 r29460 14 14 * 15 15 * @since 3.1.0 16 * @access public 16 17 * 17 18 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-list-table.php
r29459 r29460 72 72 * 73 73 * @since 3.1.0 74 * @access public 74 75 * 75 76 * @param array|string $args { -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r29459 r29460 14 14 * 15 15 * @since 3.1.0 16 * @access public 16 17 * 17 18 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r29459 r29460 14 14 * 15 15 * @since 3.1.0 16 * @access public 16 17 * 17 18 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r29459 r29460 17 17 * 18 18 * @since 3.1.0 19 * @access public 19 20 * 20 21 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r29459 r29460 14 14 * 15 15 * @since 3.1.0 16 * @access public 16 17 * 17 18 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r29459 r29460 50 50 * 51 51 * @since 3.1.0 52 * @access public 52 53 * 53 54 * @see WP_List_Table::__construct() for more information on default arguments. 54 55 * 55 56 * @param array $args An associative array of arguments. 56 */ 57 */ 57 58 public function __construct( $args = array() ) { 58 59 global $post_type_object, $wpdb; -
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r29459 r29460 16 16 * 17 17 * @since 3.1.0 18 * @access public 18 19 * 19 20 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r29459 r29460 17 17 * 18 18 * @since 3.1.0 19 * @access public 19 20 * 20 21 * @see WP_List_Table::__construct() for more information on default arguments. -
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r29459 r29460 33 33 * 34 34 * @since 3.1.0 35 * @access public 35 36 * 36 37 * @see WP_List_Table::__construct() for more information on default arguments.
Note: See TracChangeset
for help on using the changeset viewer.