Changeset 3986

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

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

Files:

Legend:

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

    r3769 r3986  
    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 != '')