Ol/UL in template_widget.php
-
Hello,
I have modified the template_widget.php file to change
$output .= '<ol>'; (...) $output .= '</ol>';
to
$output .= '<ul>'; (...) $output .= '</ul>';
Is it possible (via a css, a hook in function.php…) to have my setting kept when YARPP is updated ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Ol/UL in template_widget.php’ is closed to new replies.