Make WordPress Core

Changes between Initial Version and Version 15 of Ticket #10551


Ignore:
Timestamp:
01/22/2011 08:15:16 AM (14 years ago)
Author:
nacin
Comment:

Don't think we should change the default.

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  
    66
    77Example:
    8 
     8{{{
    99wp_die_auth( __('You do not have sufficient permissions to access this page.') );
    1010
     
    1717        wp_die( $message, $title, 401 );
    1818}
     19}}}