Plugin Directory

Changeset 2856011


Ignore:
Timestamp:
01/27/2023 05:32:13 PM (3 years ago)
Author:
dcid
Message:

fixing error on the reset pass logging (not enabled yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunc-logging/trunk/trunc.php

    r2816319 r2856011  
    4848add_action('publish_page', 'trunc_logging_hook_publish_page', 20);
    4949add_action('private_to_published', 'trunc_logging_hook_private_to_published', 20);
    50 add_action('login_form_resetpass', 'trunc_logging_hook_login_form_resetpass', 20);
     50//add_action('login_form_resetpass', 'trunc_logging_hook_login_form_resetpass', 20);
    5151add_action('delete_user', 'trunc_logging_hook_delete_user', 20);
    5252add_action('delete_post', 'trunc_logging_hook_delete_post', 20);
Note: See TracChangeset for help on using the changeset viewer.