Changeset 41162 for trunk/src/wp-includes/class-wp-metadata-lazyloader.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-metadata-lazyloader.php
r37539 r41162 34 34 * 35 35 * @since 4.5.0 36 * @access protected37 36 * @var array 38 37 */ … … 43 42 * 44 43 * @since 4.5.0 45 * @access protected46 44 * @var array 47 45 */ … … 52 50 * 53 51 * @since 4.5.0 54 * @access public55 52 */ 56 53 public function __construct() { … … 71 68 * 72 69 * @since 4.5.0 73 * @access public74 70 * 75 71 * @param string $object_type Type of object whose meta is to be lazy-loaded. Accepts 'term' or 'comment'. … … 113 109 * 114 110 * @since 4.5.0 115 * @access public116 111 * 117 112 * @param string $object_type Object type. Accepts 'comment' or 'term'. … … 136 131 * 137 132 * @since 4.5.0 138 * @access public139 133 * 140 134 * @param mixed $check The `$check` param passed from the 'get_term_metadata' hook.
Note: See TracChangeset
for help on using the changeset viewer.