- Timestamp:
- 09/04/2014 03:22:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r29662 r29707 24 24 /** 25 25 * Constructor. 26 * 26 * 27 27 * @since 3.1.0 28 28 * @access public … … 31 31 * 32 32 * @param array $args An associative array of arguments. 33 */ 33 */ 34 34 public function __construct( $args = array() ) { 35 35 global $post_id;
Note: See TracChangeset
for help on using the changeset viewer.