Changeset 37585 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 05/27/2016 05:11:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r37548 r37585 671 671 672 672 /** 673 * PHP5 style magic getter, used to lazy-load expensive data.673 * Makes private properties readable for backward compatibility. 674 674 * 675 675 * @since 3.5.0 … … 686 686 687 687 /** 688 * Ma gic function,for backward compatibility.688 * Makes private properties settable for backward compatibility. 689 689 * 690 690 * @since 3.5.0 … … 706 706 707 707 /** 708 * Ma gic function,for backward compatibility.708 * Makes private properties check-able for backward compatibility. 709 709 * 710 710 * @since 3.5.0 … … 719 719 720 720 /** 721 * Ma gic function,for backward compatibility.721 * Makes private properties un-settable for backward compatibility. 722 722 * 723 723 * @since 3.5.0
Note: See TracChangeset
for help on using the changeset viewer.