Make WordPress Core


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

    r45424 r45580  
    45494549 * @return string html attribute or empty string
    45504550 */
    4551 function __checked_selected_helper( $helper, $current, $echo, $type ) {
     4551function __checked_selected_helper( $helper, $current, $echo, $type ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore
    45524552    if ( (string) $helper === (string) $current ) {
    45534553        $result = " $type='$type'";
Note: See TracChangeset for help on using the changeset viewer.