update request
-
hey nice plugin, u need to change the following line to work with 4.1:
$activatestr = str_replace(WP_PLUGIN_DIR . "/", "activate_", __FILE__); add_action($activatestr, 'loginLockdown_install');
$activatestr = str_replace(WP_PLUGIN_DIR . "/", "activate_", __FILE__); register_activation_hook( $activatestr, 'loginLockdown_install' );
- The topic ‘update request’ is closed to new replies.