Changeset 48586 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r48462 r48586 234 234 * @since 4.0.0 235 235 * 236 * @param string 237 * @param array 236 * @param string $name Method to call. 237 * @param array $arguments Arguments to pass when calling. 238 238 * @return mixed|bool Return value of the callback, false otherwise. 239 239 */
Note: See TracChangeset
for help on using the changeset viewer.