• 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.

Viewing 1 replies (of 1 total)
  • I think it should now be called like this:

    // 2nd argument is deprecated
    load_plugin_textdomain( 'pmash', false, dirname( plugin_basename( __FILE__ ) ) );
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: pageMash > Page Management] Deprecated call’ is closed to new replies.