Skip to content

Commit 8f94eec

Browse files
committed
Plugins: Update docs for individual plugin loaded actions.
Corrects documentation to indicate the full path is passed to each action. Fixes #41346. git-svn-id: https://develop.svn.wordpress.org/trunk@44692 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bb463b5 commit 8f94eec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
*
289289
* @since 5.1.0
290290
*
291-
* @param string $mu_plugin Loaded plugin's basename.
291+
* @param string $mu_plugin Full path to the plugin's main file.
292292
*/
293293
do_action( 'mu_plugin_loaded', $mu_plugin );
294294
}
@@ -305,7 +305,7 @@
305305
*
306306
* @since 5.1.0
307307
*
308-
* @param string $network_plugin Loaded plugin's basename.
308+
* @param string $network_plugin Full path to the plugin's main file.
309309
*/
310310
do_action( 'network_plugin_loaded', $network_plugin );
311311
}
@@ -352,7 +352,7 @@
352352
*
353353
* @since 5.1.0
354354
*
355-
* @param string $plugin Loaded plugin's basename.
355+
* @param string $plugin Full path to the plugin's main file.
356356
*/
357357
do_action( 'plugin_loaded', $plugin );
358358
}

0 commit comments

Comments
 (0)