Typos in your Installation instructions
-
You have
do_action('comic_area');
anddo_action('comic_blog_area');
at the top of the instructions page. Note underscores instead of hyphens. It took me an embarrassing amount of time to figure out why the plugin wasn’t showing any comic content before noticing those typos.
Help save a few other devs the loss of hair and update with proper:
do_action('comic-area');
anddo_action('comic-blog-area');
- The topic ‘Typos in your Installation instructions’ is closed to new replies.