Changeset 46290 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 09/25/2019 01:46:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r46163 r46290 4685 4685 * @return string html attribute or empty string 4686 4686 */ 4687 function __checked_selected_helper( $helper, $current, $echo, $type ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 4687 function __checked_selected_helper( $helper, $current, $echo, $type ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore 4688 4688 if ( (string) $helper === (string) $current ) { 4689 4689 $result = " $type='$type'";
Note: See TracChangeset
for help on using the changeset viewer.