e string * @param string $type The type of checked|selected|disabled we are doing * @return string html attribute or empty string */ function __checked_selected_helper( $helper, $current, $echo, $type ) { if ( (string) $helper === (string) $current ) $result = " $type='$type'"; else $result = ''; if ( $echo ) echo $result; return $result; } ?>
Parse error: syntax error, unexpected '}' in /home/gbaechl1/public_html/new-york/wp-includes/functions.wp-styles.php on line 149