### Eclipse Workspace Patch 1.0
#P wordpress-trunk
Index: wp-admin/includes/plugin.php
===================================================================
--- wp-admin/includes/plugin.php	(revision 14580)
+++ wp-admin/includes/plugin.php	(working copy)
@@ -47,6 +47,8 @@
  *		'TextDomain' - Plugin's text domain for localization.
  *		'DomainPath' - Plugin's relative directory path to .mo files.
  *		'Network' - Boolean. Whether the plugin can only be activated network wide.
+ *		'_sitewide' - Deprecated, use 'Network' instead.
+ *		'GUID' - Plugin's globally unique identifier.
  *
  * Some users have issues with opening large files and manipulating the contents
  * for want is usually the first 1kiB or 2kiB. This function stops pulling in
@@ -83,6 +85,7 @@
 		'Network' => 'Network',
 		// Site Wide Only is deprecated in favor of Network.
 		'_sitewide' => 'Site Wide Only',
+		'GUID' => 'GUID',
 	);
 
 	$plugin_data = get_file_data( $plugin_file, $default_headers, 'plugin' );
