- Timestamp:
- 01/28/2016 03:34:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r35241 r36416 85 85 /* 86 86 * If the network is large and a search is not being performed, show only 87 * the latest blogs with no paging in order to avoid expensive count queries.87 * the latest sites with no paging in order to avoid expensive count queries. 88 88 */ 89 89 if ( !$s && wp_is_large_network() ) { … … 273 273 274 274 /** 275 * Handles the blogname column output.275 * Handles the site name column output. 276 276 * 277 277 * @since 4.3.0 … … 280 280 * @global string $mode 281 281 * 282 * @param array $blog Current blog.282 * @param array $blog Current site. 283 283 */ 284 284 public function column_blogname( $blog ) { … … 470 470 * @access protected 471 471 * 472 * @param object $blog Blogbeing acted upon.472 * @param object $blog Site being acted upon. 473 473 * @param string $column_name Current column name. 474 474 * @param string $primary Primary column name.
Note: See TracChangeset
for help on using the changeset viewer.