Ticket #44445: 44445-remove-call.patch
File 44445-remove-call.patch, 676 bytes (added by , 6 years ago) |
---|
-
wp-includes/cache.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
735 735 public function __construct() { 736 736 $this->multisite = is_multisite(); 737 737 $this->blog_prefix = $this->multisite ? get_current_blog_id() . ':' : ''; 738 739 /**740 * @todo This should be moved to the PHP4 style constructor, PHP5741 * already calls __destruct()742 */743 register_shutdown_function( array( $this, '__destruct' ) );744 738 } 745 739 746 740 /**