Changeset 15590 for trunk/wp-admin/includes/plugin.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r15376 r15590 429 429 * @since 3.0.0 430 430 * 431 * @param $filePlugin to check432 * $return bool True if plugin is network only, false otherwise.431 * @param string $plugin Plugin to check 432 * @return bool True if plugin is network only, false otherwise. 433 433 */ 434 434 function is_network_only_plugin( $plugin ) {
Note: See TracChangeset
for help on using the changeset viewer.