Ticket #15394: ays-message.diff
File ays-message.diff, 759 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
2637 2637 } 2638 2638 } 2639 2639 2640 return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __( ' Are you sure you want to do this?' ), isset($matches[4]) ? $matches[4] : '' );2640 return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __( 'The link you have followed has expired.' ), isset($matches[4]) ? $matches[4] : '' ); 2641 2641 } else { 2642 return apply_filters( 'explain_nonce_' . $action, __( ' Are you sure you want to do this?' ) );2642 return apply_filters( 'explain_nonce_' . $action, __( 'The link you have followed has expired.' ) ); 2643 2643 } 2644 2644 } 2645 2645