In addition to neccessary method updates and new shortcodes:
category_description_tag and category_description_class,
the category_description() function has been replaced with
the get_term_field() function because the former automatically
wrapped output in <p> tags. The default <p> tag has been retained
by updating the default LCP template.
In addition to neccessary method updates and new shortcodes:
category_description_tag
andcategory_description_class
, thecategory_description()
function has been replaced with theget_term_field(
) function because the former automatically wrapped output in<p>
tags. The default<p>
tag has been retained by updating the default LCP template.Fixes #364