Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24030, comment 3


Ignore:
Timestamp:
02/24/2014 03:20:25 AM (11 years ago)
Author:
Shelob9
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24030, comment 3

    initial v1  
    1 I'm presuming that the very complex filter that was removed in 21133 was removed for its complexity, so I have created a very simple action. I used it successfully to log actions that failed because the nonce wasn't correct. My specific test was copying the link for switching to the theme to Twenty Eleven, and removing the last character from the nonce string before submitting it. I was able to log 'switch-theme_twentyeleven' using the action added in my patch 24030.diff
     1I'm presuming that the very complex filter that was removed in 21133 was removed for its complexity, so I have created a very simple action. I used it successfully to log actions that failed because the nonce wasn't correct. My specific test was copying the link for switching the theme to Twenty Eleven, and removing the last character from the nonce string before submitting it. I was able to log 'switch-theme_twentyeleven' using the action added in my patch 24030.diff
    22
    33If something more complicated is needed, please let me know and I will take a stab at it.