diff --git wp-admin/includes/class-wp-ms-themes-list-table.php wp-admin/includes/class-wp-ms-themes-list-table.php
index 0f3865a..ad1fea1 100644
--- wp-admin/includes/class-wp-ms-themes-list-table.php
+++ wp-admin/includes/class-wp-ms-themes-list-table.php
@@ -573,6 +573,11 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
 				__( 'Visit Theme Site' )
 			);
 		}
+
+		if ( $theme->parent() ) {
+			$theme_meta[] = sprintf( __( 'Child theme of %s' ), '<strong>' . $theme->parent()->display( 'Name' ) . '</strong>' );
+		}
+
 		/**
 		 * Filters the array of row meta for each theme in the Multisite themes
 		 * list table.
