Changeset 23265 for trunk/wp-includes/comment.php
- Timestamp:
- 01/04/2013 10:13:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r23191 r23265 416 416 * @return array List of comment statuses. 417 417 */ 418 function get_comment_statuses( 418 function get_comment_statuses() { 419 419 $status = array( 420 420 'hold' => __('Unapproved'),
Note: See TracChangeset
for help on using the changeset viewer.