Changeset 59066
- Timestamp:
- 09/19/2024 12:10:19 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-object-cache.php
r58682 r59066 102 102 * @param string $name Property to set. 103 103 * @param mixed $value Property value. 104 * @return mixed Newly-set property.105 104 */ 106 105 public function __set( $name, $value ) { 107 return$this->$name = $value;106 $this->$name = $value; 108 107 } 109 108
Note: See TracChangeset
for help on using the changeset viewer.