deleted file object-cache.php
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
|
||||
|
||||
class Extension_FragmentCache_Page {
|
||||
function render_content() {
|
||||
$config = Dispatcher::config();
|
||||
$core = Dispatcher::component( 'Extension_FragmentCache_Core' );
|
||||
|
||||
$registered_groups = $core->get_registered_fragment_groups();
|
||||
include W3TC_DIR . '/Extension_FragmentCache_Page_View.php';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user