Changeset 30537 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 11/24/2014 04:57:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r30227 r30537 914 914 915 915 /** 916 * Get a list of CSS classes for the <table> tag917 * 918 * @since 3.1.0 919 * @access protected 920 * 921 * @return array 916 * Get a list of CSS classes for the list table table tag. 917 * 918 * @since 3.1.0 919 * @access protected 920 * 921 * @return array List of CSS classes for the table tag. 922 922 */ 923 923 protected function get_table_classes() { … … 959 959 960 960 /** 961 * Generate the <tbody> part of the table961 * Generate the tbody element for the list table. 962 962 * 963 963 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.