Changes between Initial Version and Version 15 of Ticket #10551
- Timestamp:
- 01/22/11 08:15:16 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10551
- Property Status changed from new to accepted
- Property Cc aaron@… added
- Property Summary changed from wp_die() triggers block when using ModSecurity core rule set to wp_die() triggers block when using ModSecurity Core Rules
- Property Owner changed from ryan to westi
- Property Version changed from to 2.8.3
- Property Milestone changed from Unassigned to Future Release
- Property Keywords needs-patch 3.2-early dev-feedback added; ModSecurity wp_die 406 error removed
-
Ticket #10551 – Description
initial v15 6 6 7 7 Example: 8 8 {{{ 9 9 wp_die_auth( __('You do not have sufficient permissions to access this page.') ); 10 10 … … 17 17 wp_die( $message, $title, 401 ); 18 18 } 19 }}}