Changeset 39890
- Timestamp:
- 01/12/2017 06:15:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r39889 r39890 48 48 * @since 1.5.0 49 49 * 50 * @param string $plugin_file Path to the plugin file50 * @param string $plugin_file Path to the main plugin file. 51 51 * @param bool $markup Optional. If the returned data should have HTML markup applied. 52 52 * Default true. … … 188 188 * @since 2.8.0 189 189 * 190 * @param string $plugin P lugin ID190 * @param string $plugin Path to the main plugin file from plugins directory. 191 191 * @return array List of files relative to the plugin root. 192 192 */ … … 445 445 * @since 2.5.0 446 446 * 447 * @param string $plugin Base plugin pathfrom plugins directory.447 * @param string $plugin Path to the main plugin file from plugins directory. 448 448 * @return bool True, if in the active plugins list. False, not in the list. 449 449 */ … … 460 460 * @see is_plugin_active() 461 461 * 462 * @param string $plugin Base plugin pathfrom plugins directory.462 * @param string $plugin Path to the main plugin file from plugins directory. 463 463 * @return bool True if inactive. False if active. 464 464 */ … … 477 477 * @since 3.0.0 478 478 * 479 * @param string $plugin Base plugin pathfrom plugins directory.479 * @param string $plugin Path to the main plugin file from plugins directory. 480 480 * @return bool True, if active for the network, otherwise false. 481 481 */ … … 500 500 * @since 3.0.0 501 501 * 502 * @param string $plugin P lugin to check502 * @param string $plugin Path to the main plugin file from plugins directory. 503 503 * @return bool True if plugin is network only, false otherwise. 504 504 */ … … 530 530 * @since 2.5.0 531 531 * 532 * @param string $plugin P lugin path to main plugin file with plugin data.532 * @param string $plugin Path to the main plugin file from plugins directory. 533 533 * @param string $redirect Optional. URL to redirect to. 534 534 * @param bool $network_wide Optional. Whether to enable the plugin for all sites in the network … … 570 570 * @since 2.9.0 571 571 * 572 * @param string $plugin P lugin path to main plugin file with plugin data.572 * @param string $plugin Path to the main plugin file from plugins directory. 573 573 * @param bool $network_wide Whether to enable the plugin for all sites in the network 574 574 * or just the current site. Multisite only. Default is false. … … 612 612 * @since 2.9.0 613 613 * 614 * @param string $plugin P lugin path to main plugin file with plugin data.614 * @param string $plugin Path to the main plugin file from plugins directory. 615 615 * @param bool $network_wide Whether to enable the plugin for all sites in the network 616 616 * or just the current site. Multisite only. Default is false. … … 664 664 * @since 2.9.0 665 665 * 666 * @param string $plugin P lugin path to main plugin file with plugin data.666 * @param string $plugin Path to the main plugin file from plugins directory. 667 667 * @param bool $network_deactivating Whether the plugin is deactivated for all sites in the network 668 668 * or just the current site. Multisite only. Default is false. … … 712 712 * @since 2.9.0 713 713 * 714 * @param string $plugin P lugin basename.715 * @param bool $network_deactivating Whether the plugin is deactivated for all sites in the network 714 * @param string $plugin Path to the main plugin file from plugins directory. 715 * @param bool $network_deactivating Whether the plugin is deactivated for all sites in the network. 716 716 * or just the current site. Multisite only. Default false. 717 717 */ … … 965 965 * @since 2.7.0 966 966 * 967 * @param string $plugin P lugin path to check.967 * @param string $plugin Path to the main plugin file from plugins directory. 968 968 * @return bool Whether plugin can be uninstalled. 969 969 */ … … 985 985 * @since 2.7.0 986 986 * 987 * @param string $plugin Relative plugin path from Plugin Directory.987 * @param string $plugin Path to the main plugin file from plugins directory. 988 988 * @return true True if a plugin's uninstall.php file has been found and included. 989 989 */ … … 998 998 * @since 4.5.0 999 999 * 1000 * @param string $plugin Relative plugin path from plugindirectory.1000 * @param string $plugin Path to the main plugin file from plugins directory. 1001 1001 * @param array $uninstallable_plugins Uninstallable plugins. 1002 1002 */
Note: See TracChangeset
for help on using the changeset viewer.