wordpress 3.3.2 change "post order by" in query.php
does anyone know how i change order from "date" to "modified" in wordpress 3.3.2 query.php????
in older version was:
query.php line 1120
just replace the
$q['orderby'] = 'post_date '.$q['order'];
line with
$q['orderby'] = 'post_modified '.$q['order'];