[wp-hackers] Shortcodes stopped working after 2.8.2

Bryan Harley bryanharley at gmail.com
Thu Jul 23 23:14:44 UTC 2009


Actually, I should say 2.8 broke it.  I reverted back to 2.7.1 and the
shortcodes are working again.


On Thu, Jul 23, 2009 at 3:47 PM, Bryan Harley<bryanharley at gmail.com> wrote:
> 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 &#038; Acquisitions</a></li>';
> }
>
> add_shortcode('hc', 'service_hc');
> add_shortcode('merg', 'service_merg');
>


More information about the wp-hackers mailing list