Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (7 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-includes/author-template.php

    r45235 r45580  
    564564 * @access private
    565565 */
    566 function __clear_multi_author_cache() {
     566function __clear_multi_author_cache() { //phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore
    567567        delete_transient( 'is_multi_author' );
    568568}
Note: See TracChangeset for help on using the changeset viewer.