updated plugin W3 Total Cache
version 2.7.1
This commit is contained in:
wp-content/plugins/w3-total-cache
Cache_File.phpCache_File_Generic.phpCdnEngine_Mirror_BunnyCdn.phpCdn_AdminActions.phpCdn_BunnyCdn_Api.phpCdn_BunnyCdn_Page.phpCdn_BunnyCdn_Page_View.jsCdn_BunnyCdn_Page_View.phpCdn_BunnyCdn_Page_View_Purge_Urls.phpCdn_BunnyCdn_Popup.phpCdn_BunnyCdn_Popup_View_Configured.phpCdn_BunnyCdn_Popup_View_Deauthorize.phpCdn_BunnyCdn_Popup_View_Deauthorized.phpCdn_BunnyCdn_Popup_View_Intro.phpCdn_BunnyCdn_Popup_View_Pull_Zones.phpCdn_BunnyCdn_Widget.phpCdn_BunnyCdn_Widget_View_Authorized.phpCdn_BunnyCdn_Widget_View_Unauthorized.phpCdn_GeneralPage_View.phpCdn_Plugin_Admin.phpCdnfsd_BunnyCdn_Engine.phpCdnfsd_BunnyCdn_Page.phpCdnfsd_BunnyCdn_Page_View.jsCdnfsd_BunnyCdn_Page_View.phpCdnfsd_BunnyCdn_Popup.phpCdnfsd_BunnyCdn_Popup_View_Configured.phpCdnfsd_BunnyCdn_Popup_View_Deauthorize.phpCdnfsd_BunnyCdn_Popup_View_Deauthorized.phpCdnfsd_BunnyCdn_Popup_View_Intro.phpCdnfsd_BunnyCdn_Popup_View_Pull_Zones.phpConfigKeys.phpExtension_FragmentCache_WpObjectCache.phpExtension_ImageService_Widget.jsExtension_ImageService_Widget.phpExtension_ImageService_Widget_View.phpGeneric_Plugin.phpGeneric_WidgetAccount.phpGeneric_WidgetAccount_View.phpGeneric_WidgetPartners.phpGeneric_WidgetPartners_View.phpGeneric_WidgetSettings.phpGeneric_WidgetSettings_View.phpGeneric_WidgetStats.jsGeneric_WidgetStats.phpLicensing_Plugin_Admin.phpMinify_Core.phpPgCache_Environment.phpPgCache_Plugin_Admin.phpUtil_AttachToActions.phpreadme.txt
inc
options
languages
pub
css
img
js
vendor
w3-total-cache-api.phpw3-total-cache.php@ -175,7 +175,7 @@ class PgCache_Plugin_Admin {
|
||||
if ( !Util_Environment::is_url( $url ) )
|
||||
$url = home_url( $url );
|
||||
|
||||
$urls = array();
|
||||
$urls = array( $url );
|
||||
$response = Util_Http::get( $url );
|
||||
|
||||
if ( !is_wp_error( $response ) && $response['response']['code'] == 200 ) {
|
||||
@ -218,7 +218,7 @@ class PgCache_Plugin_Admin {
|
||||
|
||||
arsort( $locs );
|
||||
|
||||
$urls = array_keys( $locs );
|
||||
$urls = array_merge( $urls, array_keys( $locs ) );
|
||||
} elseif ( preg_match_all( '~<rss[^>]*>(.*?)</rss>~is', $response['body'], $sitemap_matches ) ) {
|
||||
|
||||
// rss feed format
|
||||
|
Reference in New Issue
Block a user