Changeset 4181
- Timestamp:
- 09/10/2006 05:49:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r4178 r4181 1076 1076 } 1077 1077 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] ); 1079 1079 } 1080 1080
Note: See TracChangeset
for help on using the changeset viewer.