Changeset 49936 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 01/05/2021 05:14:24 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-screen.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r49192 r49936 540 540 * @since 3.3.0 541 541 * 542 * @param string $option Option name.543 * @param string $key Optional. Specific array key for when the option is an array.544 * Default false.542 * @param string $option Option name. 543 * @param string|false $key Optional. Specific array key for when the option is an array. 544 * Default false. 545 545 * @return string The option value if set, null otherwise. 546 546 */
Note: See TracChangeset
for help on using the changeset viewer.