We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bec3b0 commit 9f5ba77Copy full SHA for 9f5ba77
1 file changed
src/wp-includes/class-wp-connector-registry.php
@@ -110,7 +110,7 @@ final class WP_Connector_Registry {
110
* @type array $plugin {
111
* Optional. Plugin data for install/activate UI.
112
*
113
- * @type string $file The plugin's main file path relative to the plugins
+ * @type string $file The plugin's main file path relative to the plugins
114
* directory (e.g. 'my-plugin/my-plugin.php' or 'hello.php').
115
* @type callable $is_active Optional callback to determine whether the plugin
116
* is active. Receives no arguments and must return bool.
0 commit comments