Skip to content

Commit 6d0a4b0

Browse files
Adi-tyjorgefilipecosta
authored andcommitted
docs(connectors): Align the plugin docblock indentation
1 parent a83cd4e commit 6d0a4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-connector-registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ final class WP_Connector_Registry {
110110
* @type array $plugin {
111111
* Optional. Plugin data for install/activate UI.
112112
*
113-
* @type string $file The plugin's main file path relative to the plugins
113+
* @type string $file The plugin's main file path relative to the plugins
114114
* directory (e.g. 'my-plugin/my-plugin.php' or 'hello.php').
115115
* @type callable $is_active Optional callback to determine whether the plugin
116116
* is active. Receives no arguments and must return bool.

0 commit comments

Comments
 (0)