Changeset 3987

Show
Ignore:
Timestamp:
07/05/06 22:34:15 (2 years ago)
Author:
ryan
Message:

Strip and texturize importer title. Props Nazgul. fixes #2897

Files:

Legend:

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

    r3262 r3987  
    3737    foreach ($importers as $id => $data) { 
    3838        $style = ('class="alternate"' == $style || 'class="alternate active"' == $style) ? '' : 'alternate'; 
    39         $action = "<a href='admin.php?import=$id' title='{$data[1]}'>{$data[0]}</a>"; 
     39        $action = "<a href='admin.php?import=$id' title='".wptexturize(strip_tags($data[1]))."'>{$data[0]}</a>"; 
    4040 
    4141        if ($style != '')