Make WordPress Core

Ticket #18459: 18459.diff

File 18459.diff, 573 bytes (added by tenpura, 14 years ago)
  • wp-includes/functions.php

     
    28082808
    28092809        if ( isset( $r['back_link'] ) && $r['back_link'] ) {
    28102810                $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>";
    28122812        }
    28132813
    28142814        if ( !function_exists( 'did_action' ) || !did_action( 'admin_head' ) ) :