I'm looking for the way to modify a core function, in this case the wp_star_rating() function, declared in wp-admin/includes/template.php Actually what I want is to change the $title variable, cause I want to traslate that string. I'm working with a child theme, so I'm wondering if is it possible maybe with a filter...
Thanks in advance