Make WordPress Core


Ignore:
Timestamp:
11/28/2006 09:51:13 PM (19 years ago)
Author:
ryan
Message:

Use js_escape. Props nbachiyski. fixes #3399

File:
1 edited

Legend:

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

    r4495 r4535  
    1111        $welcome = __('Howdy! This importer allows you to import posts and comments from your Blogger account into your WordPress blog.');
    1212        $noiframes = __('This feature requires iframe support.');
    13         $warning = __('This will delete everything saved by the Blogger importer except your posts and comments. Are you sure you want to do this?');
     13        $warning = js_escape(__('This will delete everything saved by the Blogger importer except your posts and comments. Are you sure you want to do this?'));
    1414        $reset = __('Reset this importer');
    1515        $incompat = __('Your web server is not properly configured to use this importer. Please enable the CURL extension for PHP and then reload this page.');
Note: See TracChangeset for help on using the changeset viewer.