Changeset 46596 for trunk/src/wp-admin/includes/list-table.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/list-table.php
r45453 r46596 67 67 * Register column headers for a particular screen. 68 68 * 69 * @see get_column_headers(), print_column_headers(), get_hidden_columns() 70 * 69 71 * @since 2.7.0 70 72 * 71 * @param string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.72 * @param array $columns An array of columns with column IDs as the keys and translated column names as the values73 * @ see get_column_headers(), print_column_headers(), get_hidden_columns()73 * @param string $screen The handle for the screen to add help to. This is usually the hook name returned by the 74 * add_*_page() functions. 75 * @param string[] $columns An array of columns with column IDs as the keys and translated column names as the values. 74 76 */ 75 77 function register_column_headers( $screen, $columns ) {
Note: See TracChangeset
for help on using the changeset viewer.