Make WordPress Core

Changeset 4181


Ignore:
Timestamp:
09/10/2006 05:49:24 PM (19 years ago)
Author:
ryan
Message:

Add explain_nonce filter. Props mdawaffe. fixes #3121

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r4178 r4181  
    10761076    }
    10771077
    1078     return __('Are you sure you want to do this?');
     1078    return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __('Are you sure you want to do this?'), $matches[4] );
    10791079}
    10801080
Note: See TracChangeset for help on using the changeset viewer.