Changeset 38028 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/10/2016 12:50:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r37912 r38028 124 124 * @type string $singular Singular label for an object being listed, e.g. 'post'. 125 125 * Default empty 126 * @type bool $ajax Whether the list table supports A JAX. This includes loading126 * @type bool $ajax Whether the list table supports Ajax. This includes loading 127 127 * and sorting data, for example. If true, the class will call 128 128 * the _js_vars() method in the footer to provide variables 129 * to any scripts handling A JAXevents. Default false.129 * to any scripts handling Ajax events. Default false. 130 130 * @type string $screen String containing the hook name used to determine the current 131 131 * screen. If left null, the current screen will be automatically set.
Note: See TracChangeset
for help on using the changeset viewer.