- 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-terms-list-table.php
r29118 r29137 145 145 } 146 146 147 p rotectedfunction display_rows_or_placeholder() {147 public function display_rows_or_placeholder() { 148 148 $taxonomy = $this->screen->taxonomy; 149 149 … … 241 241 } 242 242 243 p rotectedfunction single_row( $tag, $level = 0 ) {243 public function single_row( $tag, $level = 0 ) { 244 244 global $taxonomy; 245 245 $tag = sanitize_term( $tag, $taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.