Changeset 49119 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 10/10/2020 07:12:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r48866 r49119 44 44 * 45 45 * @since 3.1.0 46 * @var object46 * @var WP_Screen 47 47 */ 48 48 protected $screen; … … 1093 1093 * 1094 1094 * The dynamic portion of the hook name, `$this->screen->id`, refers 1095 * to the ID of the current screen , usually a string.1095 * to the ID of the current screen. 1096 1096 * 1097 1097 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.