Changeset 10857
- Timestamp:
- 04/01/2009 05:52:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10830 r10857 2283 2283 } 2284 2284 } 2285 } 2286 2287 return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __( 'Are you sure you want to do this?' ), $matches[4] ); 2285 2286 return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __( 'Are you sure you want to do this?' ), $matches[4] ); 2287 } else { 2288 return apply_filters( 'explain_nonce_' . $action, __( 'Are you sure you want to do this?' ) ); 2289 } 2288 2290 } 2289 2291
Note: See TracChangeset
for help on using the changeset viewer.