mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-23 23:04:25 +00:00
Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.
See #47632 git-svn-id: https://develop.svn.wordpress.org/trunk@45580 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -761,6 +761,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
|
||||
$wp_object_cache->add_non_persistent_groups( $groups );
|
||||
}
|
||||
|
||||
// phpcs:disable WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
|
||||
class WP_Object_Cache {
|
||||
|
||||
/**
|
||||
@@ -2160,3 +2161,4 @@ class WP_Object_Cache {
|
||||
$this->blog_prefix = ( is_multisite() ? $blog_id : $table_prefix ) . ':';
|
||||
}
|
||||
}
|
||||
// phpcs:enable
|
||||
|
||||
Reference in New Issue
Block a user