Changeset 34388 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 09/22/2015 09:58:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r34387 r34388 260 260 261 261 /** 262 * Magic method for checking the existence of a certain custom field 262 * Magic method for checking the existence of a certain custom field. 263 263 * 264 264 * @since 3.3.0 265 * @param string $key 266 * @return bool 265 * @access public 266 * 267 * @param string $key User meta key to check if set. 268 * @return bool Whether the given user meta key is set. 267 269 */ 268 270 public function __isset( $key ) {
Note: See TracChangeset
for help on using the changeset viewer.