Missed it by that much

Missed it by that muchWell it seems that I might need to figure some additional hacks as the uploader seems to be giving me issues again. Not it is complaining that there is something wrong in the flexible uploader. It’s more of an annoyance though, because you can still upload the files that you want and then use the media library to grab the one that you just uploaded to stick into your post. I also had to edit the Simple Tags plugin so that it would not give errors for 2.7 – again, pretty simple, but the plugin is pretty pokey now, but it does the related posts much better than some of the other related post plugins that are out there. so I guess I can’t complain. To save some surfing, the edit for the plugin is:
Open simple-tags.php and find:

if ( strpos($wp_version, '2.5') !== false || strpos($wp_version, '2.6') !== false )
{

Copy and paste the following:

if ( strpos($wp_version, '2.5') !== false || strpos($wp_version, '2.6') !== false ||
strpos($wp_version, '2.7') !== false ) {

And you are good to go.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *