Open ryanjbonnell opened 11 years ago
Came to report same warning w/ 5.4. FWIW, this isn't an error, it's just a notice. Still I hate notices...
I didn't fork and pull request this, because frankly I'm not sure it's the "right" solution, but...
Changing line 110 in ns_tmo_plugin.class.php from
`public function get_instance () { to
static public function get_instance () {``
Will suppress the error.
Using PHP 5.4 with WP_DEBUG enabled, I get the following error:
This error did not appear when I was running PHP 5.3, but with PHP 5.4+ changing
E_ALL
to includeE_STRICT
2, I get this error in both the WordPress admin and the theme front-end.Also, on plugin activation, I get a WordPress message that:
I'm using Term Menu Order v0.4 and WordPress 3.6.1 with PHP v5.4.17.