Make WordPress Core


Ignore:
Timestamp:
09/25/2006 02:09:08 AM (18 years ago)
Author:
ryan
Message:

Make those chars feel special.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/edit-form-advanced.php

    r4223 r4229  
    4040    $already_pinged = explode("\n", trim($post->pinged));
    4141    foreach ($already_pinged as $pinged_url) {
    42         $pings .= "\n\t<li>$pinged_url</li>";
     42        $pings .= "\n\t<li>" . wp_specialchars($pinged_url) . "</li>";
    4343    }
    4444    $pings .= '</ul>';
Note: See TracChangeset for help on using the changeset viewer.