modified file w3-total-cache
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
if ( ! defined( 'W3TC' ) ) {
|
||||
die();
|
||||
}
|
||||
do_action( 'w3tc-dashboard-head' );
|
||||
?>
|
||||
<div class="wrap" id="w3tc">
|
||||
<?php Util_Ui::print_breadcrumb(); ?>
|
Reference in New Issue
Block a user