i18n and PHP Notices
-
Hi,
I think this is a fork of Josiah’s Paged Post Slider, no? I might be wrong, but in any case, this a great plugin/fork, works much faster and more effecient. Although both plugins seem to have PHP notices visible with the WP_DEBUG mode ON (i’m testing the plugin on a dev site before moving it to prod).
See here: http://tvguidearabia.com/chernobyl/?p=14147
The notices are also visible on the plugin’s settings page after hitting “save”.
Although I don’t believe these notices appear with DEBUG off I thought you might be interested to know, since the fix is really just checking for variables’ existence or just declaring them empty
$var = '';.I was wondering if it was possible to i18n the plugin, so I don’t have to edit the plugin’s files just to edit “Previous/Next/Of”. I might be mistaken but, I think they are included in WP l10n files, so you’ll just use that and save yourself the hassle.
Thanks for the awesome plugin.
The topic ‘i18n and PHP Notices’ is closed to new replies.