Changeset 3608

Show
Ignore:
Timestamp:
03/04/06 21:09:24 (2 years ago)
Author:
ryan
Message:

Entitize

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/admin.php

    r3422 r3608  
    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']))