Changeset 45580 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/01/2019 08:00:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r45424 r45580 4549 4549 * @return string html attribute or empty string 4550 4550 */ 4551 function __checked_selected_helper( $helper, $current, $echo, $type ) { 4551 function __checked_selected_helper( $helper, $current, $echo, $type ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 4552 4552 if ( (string) $helper === (string) $current ) { 4553 4553 $result = " $type='$type'";
Note: See TracChangeset
for help on using the changeset viewer.