pageMash seems to make a deprecated call. Specifically:
Argument in load_plugin_textdomain()
Used in wp-content/plugins/pagemash/pagemash.php on line 63.
For alternative:
No alternative available.
Deprecated in version 2.7.
FYI.
pageMash seems to make a deprecated call. Specifically:
Argument in load_plugin_textdomain()
Used in wp-content/plugins/pagemash/pagemash.php on line 63.
For alternative:
No alternative available.
Deprecated in version 2.7.
FYI.
I think it should now be called like this:
// 2nd argument is deprecated
load_plugin_textdomain( 'pmash', false, dirname( plugin_basename( __FILE__ ) ) );This topic has been closed to new replies.