Make WordPress Core


Ignore:
Timestamp:
03/04/2006 09:08:34 PM (19 years ago)
Author:
ryan
Message:

Entitize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin.php

    r3566 r3607  
    6262
    6363        if (! file_exists(ABSPATH . "wp-content/plugins/$plugin_page"))
    64             die(sprintf(__('Cannot load %s.'), $plugin_page));
     64            die(sprintf(__('Cannot load %s.'), htmlentities($plugin_page)));
    6565
    6666        if (! isset($_GET['noheader']))
Note: See TracChangeset for help on using the changeset viewer.