Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin.php

    r15376 r15590  
    429429 * @since 3.0.0
    430430 *
    431  * @param $file Plugin to check
    432  * $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.
    433433 */
    434434function is_network_only_plugin( $plugin ) {
Note: See TracChangeset for help on using the changeset viewer.