guikubivan / Public-Media-Wordpress-Plugins

A repository for Wordpress plugins meant for public media websites.
6 stars 0 forks source link

5 - character counter plugin breaks site if wp_drop_caps.php is not present #5

Closed guikubivan closed 13 years ago

guikubivan commented 13 years ago
What steps will reproduce the problem?
1. Delete/move wp_drop_caps.php
2. Try to use site with character counter plugin in mu-plugins

What is the expected output? What do you see instead?

Site breaks any time a teaser is shown.

Please use labels and text to provide additional information.

We are removing the drop caps plugin for performance reasons and need to 
have the character counter plugin's dependency on it removed.

Original link: http://code.google.com/p/ipm-wordpress/issues/detail?id=5
guikubivan commented 13 years ago

guikubivan - 2010-02-18 00:00:00

This change was modified in the mu plugins folder in the character_counter_plugin.php file. It should probably be moved to it's own file and be made more flexible to change different fields in the post (right now it modifies our own field, the teaser).