Make WordPress Core


Ignore:
Timestamp:
04/28/2009 05:58:45 AM (16 years ago)
Author:
ryan
Message:

s/attribute_escape/attr/. see #9650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments-popup.php

    r10978 r11109  
    9090    <p>
    9191      <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    92       <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" />
     92      <input type="hidden" name="redirect_to" value="<?php echo attr($_SERVER["REQUEST_URI"]); ?>" />
    9393      <input name="submit" type="submit" tabindex="5" value="Say It!" />
    9494    </p>
Note: See TracChangeset for help on using the changeset viewer.