Changeset 35902 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/13/2015 07:10:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r35853 r35902 232 232 function get_comment_statuses() { 233 233 $status = array( 234 'hold' => __('Unapproved'), 235 /* translators: comment status */ 236 'approve' => _x('Approved', 'adjective'), 237 /* translators: comment status */ 238 'spam' => _x('Spam', 'adjective'), 239 /* translators: comment status */ 240 'trash' => _x('Trash', 'adjective'), 234 'hold' => __( 'Unapproved' ), 235 'approve' => _x( 'Approved', 'comment status' ), 236 'spam' => _x( 'Spam', 'comment status' ), 237 'trash' => _x( 'Trash', 'comment status' ), 241 238 ); 242 239
Note: See TracChangeset
for help on using the changeset viewer.