Phpdoc argument/@param cleanups. props duck_, see #14783.

git-svn-id: https://develop.svn.wordpress.org/trunk@15590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-09-07 11:21:11 +00:00
parent 93680ad646
commit 9494e4ce7e
32 changed files with 110 additions and 121 deletions

View File

@@ -428,8 +428,8 @@ function is_plugin_active_for_network( $plugin ) {
*
* @since 3.0.0
*
* @param $file Plugin to check
* $return bool True if plugin is network only, false otherwise.
* @param string $plugin Plugin to check
* @return bool True if plugin is network only, false otherwise.
*/
function is_network_only_plugin( $plugin ) {
$plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin );