| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 20 | 	protected function initialize() { | ||
| 21 | $this->page_slug = 'bulk-delete-comments'; | ||
| 22 | $this->item_type = 'comments'; | ||
| 23 | |||
| 24 | $this->label = array( | ||
| 25 | 'page_title' => __( 'Bulk Delete Comments', 'bulk-delete' ), | ||
| 26 | 'menu_title' => __( 'Bulk Delete Comments', 'bulk-delete' ), | ||
| 27 | ); | ||
| 28 | |||
| 29 | $this->messages = array( | ||
| 30 | 'warning_message' => __( 'WARNING: Comments deleted once cannot be retrieved back. Use with caution.', 'bulk-delete' ), | ||
| 31 | ); | ||
| 54 |