Skip to content

Commit

Permalink
Update conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed Apr 13, 2023
1 parent be49ded commit 16c0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantheon-advanced-page-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function pantheon_wp_clear_edge_all() {
*/
function pantheon_wp_prefix_surrogate_keys_with_blog_id( $keys ) {
// Do not prefix keys if this is not a multisite install.
if ( ! defined( 'MULTISITE' ) && ! defined( 'WP_ALLOW_MULTISITE' ) ) {
if ( ! is_multisite() ) {
return $keys;
}

Expand Down

0 comments on commit 16c0ef8

Please sign in to comment.