Forums

Registered Users Only
Using deprecated argument on load_plugin_textdomain (1 post)

  1. Bill Erickson
    Member
    Posted 8 months ago #

    At the top of the file, change this:

    load_plugin_textdomain( 'registered-users-only', '/wp-content/plugins/registered-users-only' );

    to this:

    load_plugin_textdomain( 'registered-users-only', false, dirname( plugin_basename( __FILE__ ) ) );

    http://wordpress.org/extend/plugins/registered-users-only/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 8 months ago by Bill Erickson
  • This topic is not resolved
  • WordPress version: 3.2.1