Does it's job, but …
-
The plugin does its job nicely, but lacks a bit in testing.
During development (having WP_DEBUG set to true) following Notices pop out, totally destroying my theme:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /wordpress/wp-includes/functions.php on line 2989Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /wordpress/wp-includes/functions.php on line 2989
Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /wordpress/wp-includes/functions.php on line 2989
In the configuration for the plugin
Notice: Undefined variable: all_size in /wordpress/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 286
also pops up.
- The topic ‘Does it's job, but …’ is closed to new replies.