Ticket #16768: 16768.4.patch
| File 16768.4.patch, 489 bytes (added by , 15 years ago) |
|---|
-
wp-includes/cache.php
457 457 } 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 * 473 462 * @since 2.0.8