Changeset 28521 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 05/19/2014 06:31:00 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-background.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r28481 r28521 69 69 return $this->$name; 70 70 } 71 72 /** 73 * Make private properties setable for backwards compatibility 74 * 75 * @since 4.0.0 76 * @param string $name 77 * @param string $value 78 * @return mixed 79 */ 80 public function __set( $name, $value ) { 81 return $this->$name = $value; 82 } 83 71 84 72 85 /**
Note: See TracChangeset
for help on using the changeset viewer.