### Eclipse Workspace Patch 1.0
#P wordpress-trunk
|
|
|
|
| 47 | 47 | * 'TextDomain' - Plugin's text domain for localization. |
| 48 | 48 | * 'DomainPath' - Plugin's relative directory path to .mo files. |
| 49 | 49 | * 'Network' - Boolean. Whether the plugin can only be activated network wide. |
| | 50 | * '_sitewide' - Deprecated, use 'Network' instead. |
| | 51 | * 'GUID' - Plugin's globally unique identifier. |
| 50 | 52 | * |
| 51 | 53 | * Some users have issues with opening large files and manipulating the contents |
| 52 | 54 | * for want is usually the first 1kiB or 2kiB. This function stops pulling in |
| … |
… |
|
| 83 | 85 | 'Network' => 'Network', |
| 84 | 86 | // Site Wide Only is deprecated in favor of Network. |
| 85 | 87 | '_sitewide' => 'Site Wide Only', |
| | 88 | 'GUID' => 'GUID', |
| 86 | 89 | ); |
| 87 | 90 | |
| 88 | 91 | $plugin_data = get_file_data( $plugin_file, $default_headers, 'plugin' ); |