Changeset 790742
- Timestamp:
- 10/20/2013 03:57:55 AM (12 years ago)
- File:
-
- 1 edited
-
qr-code-login-by-tagauth/trunk/tagauth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qr-code-login-by-tagauth/trunk/tagauth.php
r790738 r790742 14 14 15 15 register_activation_hook( __FILE__, 'qr_auth_pluginInstall' ); 16 register_ deactivation_hook( __FILE__, 'qr_auth_pluginUninstall' );16 register_uninstall_hook( __FILE__, 'qr_auth_pluginUninstall' ); 17 17 18 18 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.