Ticket #18459: 18459.diff
File 18459.diff, 573 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
2808 2808 2809 2809 if ( isset( $r['back_link'] ) && $r['back_link'] ) { 2810 2810 $back_text = $have_gettext? __('« Back') : '« Back'; 2811 $message .= "\n<p><a href='javascript:history.back()'>$back_text</ p>";2811 $message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>"; 2812 2812 } 2813 2813 2814 2814 if ( !function_exists( 'did_action' ) || !did_action( 'admin_head' ) ) :