Changeset 29454 for trunk/src/wp-includes/user.php
- Timestamp:
- 08/09/2014 07:29:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r29363 r29454 859 859 * @access public 860 860 * 861 * @param string $name Property to get 861 * @param string $name Property to get. 862 862 * @return mixed Property. 863 863 */ … … 867 867 868 868 /** 869 * Make private properties set able for backwards compatibility.869 * Make private properties settable for backwards compatibility. 870 870 * 871 871 * @since 4.0.0 … … 894 894 895 895 /** 896 * Make private properties un setable for backwards compatibility.896 * Make private properties un-settable for backwards compatibility. 897 897 * 898 898 * @since 4.0.0
Note: See TracChangeset
for help on using the changeset viewer.