Changeset 44692 for trunk/src/wp-settings.php
- Timestamp:
- 01/23/2019 03:38:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r44674 r44692 289 289 * @since 5.1.0 290 290 * 291 * @param string $mu_plugin Loaded plugin's basename.291 * @param string $mu_plugin Full path to the plugin's main file. 292 292 */ 293 293 do_action( 'mu_plugin_loaded', $mu_plugin ); … … 306 306 * @since 5.1.0 307 307 * 308 * @param string $network_plugin Loaded plugin's basename.308 * @param string $network_plugin Full path to the plugin's main file. 309 309 */ 310 310 do_action( 'network_plugin_loaded', $network_plugin ); … … 353 353 * @since 5.1.0 354 354 * 355 * @param string $plugin Loaded plugin's basename.355 * @param string $plugin Full path to the plugin's main file. 356 356 */ 357 357 do_action( 'plugin_loaded', $plugin );
Note: See TracChangeset
for help on using the changeset viewer.