Changeset 42811 for branches/4.9/src/wp-includes/functions.php
- Timestamp:
- 03/09/2018 12:14:20 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 42648,42719
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/functions.php
r42804 r42811 2605 2605 ); 2606 2606 } else { 2607 $html = __( ' Are you sure you want to do this?' );2607 $html = __( 'The link you followed has expired.' ); 2608 2608 if ( wp_get_referer() ) { 2609 2609 $html .= '</p><p>'; … … 2615 2615 } 2616 2616 2617 wp_die( $html, __( ' WordPress Failure Notice' ), 403 );2617 wp_die( $html, __( 'Something went wrong.' ), 403 ); 2618 2618 } 2619 2619
Note: See TracChangeset
for help on using the changeset viewer.