- Timestamp:
- 08/09/2014 07:29:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-base.php
r29206 r29454 46 46 * @access public 47 47 * 48 * @param string $name 49 * @return mixed 48 * @param string $name Property to get. 49 * @return mixed Property. 50 50 */ 51 51 public function __get( $name ) { … … 54 54 55 55 /** 56 * Make private properties set able for backwards compatibility.56 * Make private properties settable for backwards compatibility. 57 57 * 58 58 * @since 4.0.0 … … 81 81 82 82 /** 83 * Make private properties un setable for backwards compatibility.83 * Make private properties un-settable for backwards compatibility. 84 84 * 85 85 * @since 4.0.0
Note: See TracChangeset
for help on using the changeset viewer.