mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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:
@@ -26,7 +26,7 @@ function wp_get_server_protocol() {
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
*/
|
||||
function wp_unregister_GLOBALS() {
|
||||
function wp_unregister_GLOBALS() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
|
||||
if ( ! ini_get( 'register_globals' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user