Changeset 49599 for trunk/src/wp-admin/includes/list-table.php
- Timestamp:
- 11/14/2020 04:52:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/list-table.php
r49109 r49599 72 72 * @since 2.7.0 73 73 * 74 * @param string $screen The handle for the screen to add help to. This is usually the hook name returned by the 75 * add_*_page() functions. 76 * @param string[] $columns An array of columns with column IDs as the keys and translated column names as the values. 74 * @param string $screen The handle for the screen to register column headers for. This is 75 * usually the hook name returned by the `add_*_page()` functions. 76 * @param string[] $columns An array of columns with column IDs as the keys and translated 77 * column names as the values. 77 78 */ 78 79 function register_column_headers( $screen, $columns ) {
Note: See TracChangeset
for help on using the changeset viewer.