[wp-hackers] Shortcodes stopped working after 2.8.2
Bryan Harley
bryanharley at gmail.com
Thu Jul 23 22:47:44 UTC 2009
Some of my short codes aren't working in 2.8.2. It's weird, some work
but some don't. Anyone know what the problem might be?
All I'm doing is stuff like this...
function service_hc() {
return '<li><a href="URL">Health Care</a></li>';
}
function service_merg() {
return '<li><a href="URL">Mergers & Acquisitions</a></li>';
}
add_shortcode('hc', 'service_hc');
add_shortcode('merg', 'service_merg');
More information about the wp-hackers
mailing list