Changeset 56472 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/25/2023 05:09:09 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56471 r56472 5145 5145 preg_match_all( $regexp, str_replace( "'", '', $input_string ), $matches ); 5146 5146 return strtolower( implode( '-', $matches[0] ) ); 5147 // phpcs:enable WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase5147 // phpcs:enable WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase 5148 5148 } 5149 5149
Note: See TracChangeset
for help on using the changeset viewer.