Changeset 46826 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 12/07/2019 01:21:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r46662 r46826 49 49 * 50 50 * @param string|WP_Screen $screen The screen you want the hidden columns for 51 * @return array51 * @return string[] Array of IDs of hidden columns. 52 52 */ 53 53 function get_hidden_columns( $screen ) { … … 68 68 * @since 4.4.0 69 69 * 70 * @param array $hidden An arrayof columns hidden by default.70 * @param string[] $hidden Array of IDs of columns hidden by default. 71 71 * @param WP_Screen $screen WP_Screen object of the current screen. 72 72 */ … … 80 80 * @since 4.4.1 Added the `use_defaults` parameter. 81 81 * 82 * @param array $hidden An arrayof hidden columns.83 * @param WP_Screen $screen WP_Screen object of the current screen.82 * @param string[] $hidden Array of IDs of hidden columns. 83 * @param WP_Screen $screen WP_Screen object of the current screen. 84 84 * @param bool $use_defaults Whether to show the default columns. 85 85 */
Note: See TracChangeset
for help on using the changeset viewer.