Changeset 10767 for trunk/wp-includes/comment.php
- Timestamp:
- 03/10/2009 11:02:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r10762 r10767 253 253 $status = array( 254 254 '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'), 257 259 ); 258 260
Note: See TracChangeset
for help on using the changeset viewer.