Ticket #9862: 9862.diff
| File 9862.diff, 501 bytes (added by , 17 years ago) |
|---|
-
wp-admin/includes/template.php
415 415 * @param string $type The type of checked|selected we are doing. 416 416 */ 417 417 function __checked_selected_helper( $helper, $current, $echo, $type) { 418 if ( $helper ==$current)418 if ( (string) $helper === (string) $current) 419 419 $result = " $type='$type'"; 420 420 else 421 421 $result = '';