Changeset 42648 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/05/2018 02:29:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r42570 r42648 2719 2719 ); 2720 2720 } else { 2721 $html = __( ' Are you sure you want to do this?' );2721 $html = __( 'The link you followed no longer exists.' ); 2722 2722 if ( wp_get_referer() ) { 2723 2723 $html .= '</p><p>'; … … 2730 2730 } 2731 2731 2732 wp_die( $html, __( ' WordPress Failure Notice' ), 403 );2732 wp_die( $html, __( 'An error has occurred.' ), 403 ); 2733 2733 } 2734 2734
Note: See TracChangeset
for help on using the changeset viewer.