Changeset 37488 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r36156 r37488 26 26 27 27 /** 28 * Filter the column headers for a list table on a specific screen.28 * Filters the column headers for a list table on a specific screen. 29 29 * 30 30 * The dynamic portion of the hook name, `$screen->id`, refers to the … … 64 64 65 65 /** 66 * Filter the default list of hidden columns.66 * Filters the default list of hidden columns. 67 67 * 68 68 * @since 4.4.0 … … 75 75 76 76 /** 77 * Filter the list of hidden columns.77 * Filters the list of hidden columns. 78 78 * 79 79 * @since 4.4.0 … … 154 154 155 155 /** 156 * Filter the default list of hidden meta boxes.156 * Filters the default list of hidden meta boxes. 157 157 * 158 158 * @since 3.1.0 … … 165 165 166 166 /** 167 * Filter the list of hidden meta boxes.167 * Filters the list of hidden meta boxes. 168 168 * 169 169 * @since 3.3.0
Note: See TracChangeset
for help on using the changeset viewer.