Changeset 28976 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/03/2014 07:27:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r28916 r28976 520 520 * @access protected 521 521 * 522 * @param int $post_id 523 * @param int $pending_comments 522 * @param int $post_id The post ID. 523 * @param int $pending_comments Number of pending comments. 524 524 */ 525 525 protected function comments_bubble( $post_id, $pending_comments ) {
Note: See TracChangeset
for help on using the changeset viewer.