Changeset 9247 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/19/2008 12:38:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9233 r9247 158 158 <option value="all"><?php _e('Show all comment types'); ?></option> 159 159 <?php 160 $comment_types = a rray(160 $comment_types = apply_filters( 'admin_comment_types_dropdown', array( 161 161 'comment' => __('Comments'), 162 'pingback' => __('Pingbacks'), 163 'trackback' => __('Trackbacks'), 164 ); 162 'pings' => __('Pings'), 163 ) ); 165 164 166 165 foreach ( $comment_types as $type => $label ) {
Note: See TracChangeset
for help on using the changeset viewer.