Changeset 42872
- Timestamp:
- 03/22/2018 08:28:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r42871 r42872 274 274 */ 275 275 public function column_cb( $blog ) { 276 var_dump($blog);277 exit;278 276 if ( ! is_main_site( $blog['blog_id'] ) ) : 279 277 $blogname = untrailingslashit( $blog['domain'] . $blog['path'] );
Note: See TracChangeset
for help on using the changeset viewer.