Dotclear


Ignore:
Timestamp:
08/29/14 14:55:20 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Typo in message, fixes #1985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r2720 r2745  
    196196               if ($spam_count == 1) { 
    197197                    echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 
    198                     '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show it.').'</a>.</p>'; 
     198                    '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show it.').'</a></p>'; 
    199199               } elseif ($spam_count > 1) { 
    200200                    echo '<p>'.sprintf(__('You have %s spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 
    201                     '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show them.').'</a>.</p>'; 
     201                    '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show them.').'</a></p>'; 
    202202               } 
    203203          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map