Make WordPress Core


Ignore:
Timestamp:
03/10/2009 11:02:29 PM (17 years ago)
Author:
ryan
Message:

gettext contexts. Props nbachiyski. see #9112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r10762 r10767  
    253253    $status = array(
    254254        'hold'      => __('Unapproved'),
    255         'approve'   => _c('Approved|adjective'),
    256         'spam'      => _c('Spam|adjective'),
     255        /* translators: comment status  */
     256        'approve'   => _x('Approved', 'adjective'),
     257        /* translators: comment status */
     258        'spam'      => _x('Spam', 'adjective'),
    257259    );
    258260
Note: See TracChangeset for help on using the changeset viewer.