Plugin Directory

Changeset 790742


Ignore:
Timestamp:
10/20/2013 03:57:55 AM (12 years ago)
Author:
apsense
Message:

Replaced the register function from deactivate to uninstall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qr-code-login-by-tagauth/trunk/tagauth.php

    r790738 r790742  
    1414
    1515register_activation_hook( __FILE__, 'qr_auth_pluginInstall' );
    16 register_deactivation_hook( __FILE__, 'qr_auth_pluginUninstall' );
     16register_uninstall_hook( __FILE__, 'qr_auth_pluginUninstall' );
    1717
    1818if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.