Changeset 30680 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 12/01/2014 12:59:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r30648 r30680 61 61 * @since 2.7.0 62 62 * 63 * @param string|WP_Screen $screen63 * @param WP_Screen $screen 64 64 */ 65 65 function meta_box_prefs( $screen ) { … … 651 651 * @param string $key Optional. Specific array key for when the option is an array. 652 652 * Default false. 653 * @return mixedThe option value if set, null otherwise.653 * @return string The option value if set, null otherwise. 654 654 */ 655 655 public function get_option( $option, $key = false ) {
Note: See TracChangeset
for help on using the changeset viewer.