Changeset 17604 for trunk/wp-includes/cache.php
- Timestamp:
- 04/05/2011 05:25:08 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r16469 r17604 458 458 459 459 /** 460 * PHP4 constructor; Calls PHP 5 style constructor461 *462 * @since 2.0.0463 *464 * @return WP_Object_Cache465 */466 function WP_Object_Cache() {467 return $this->__construct();468 }469 470 /**471 460 * Sets up object properties; PHP 5 style constructor 472 461 *
Note: See TracChangeset
for help on using the changeset viewer.