Changeset 30368
- Timestamp:
- 11/17/2014 05:07:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r30105 r30368 649 649 * 650 650 * @param string $option Option ID. 651 * @param mixed $key Optional. Specific array key for when the option is an array. 651 * @param string $key Optional. Specific array key for when the option is an array. Default false. 652 * @return mixed The option value if set, null otherwise. 652 653 */ 653 654 public function get_option( $option, $key = false ) {
Note: See TracChangeset
for help on using the changeset viewer.