Make WordPress Core


Ignore:
Timestamp:
08/25/2023 05:09:09 AM (14 months ago)
Author:
audrasjb
Message:

Docs: Improve PHPCS comments general consistency.

Props nekojonez.
See #58833.

File:
1 edited

Legend:

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

    r56471 r56472  
    51455145    preg_match_all( $regexp, str_replace( "'", '', $input_string ), $matches );
    51465146    return strtolower( implode( '-', $matches[0] ) );
    5147     //phpcs:enable WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
     5147    // phpcs:enable WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
    51485148}
    51495149
Note: See TracChangeset for help on using the changeset viewer.