Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r45519 r45580  
    17211721 * @return bool|null True on success, false on failure, null if the filesystem method class file does not exist.
    17221722 */
    1723 function WP_Filesystem( $args = false, $context = false, $allow_relaxed_file_ownership = false ) {
     1723function WP_Filesystem( $args = false, $context = false, $allow_relaxed_file_ownership = false ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
    17241724    global $wp_filesystem;
    17251725
Note: See TracChangeset for help on using the changeset viewer.