- Timestamp:
- 07/13/2014 10:08:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r29118 r29137 359 359 } 360 360 361 p rotectedfunction display_rows( $posts = array(), $level = 0 ) {361 public function display_rows( $posts = array(), $level = 0 ) { 362 362 global $wp_query, $per_page; 363 363 … … 526 526 } 527 527 528 p rotectedfunction single_row( $post, $level = 0 ) {528 public function single_row( $post, $level = 0 ) { 529 529 global $mode; 530 530 static $alternate;
Note: See TracChangeset
for help on using the changeset viewer.