Ticket #10111: 10111.diff
File 10111.diff, 437 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/template.php
416 416 */ 417 417 function __checked_selected_helper( $helper, $current, $echo, $type) { 418 418 if ( $helper == $current) 419 $result = " $type='$type'";419 $result = ' ' . $type . '="' . $type . '"'; 420 420 else 421 421 $result = ''; 422 422