- Timestamp:
- 03/05/2018 09:49:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r42343 r42787 828 828 * including the version, author, 829 829 * author URI, and plugin URI. 830 * @param string $plugin_file Path to the plugin file ,relative to the plugins directory.830 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 831 831 * @param array $plugin_data An array of plugin data. 832 832 * @param string $status Status of the plugin. Defaults are 'All', 'Active', … … 850 850 * 851 851 * @param string $column_name Name of the column. 852 * @param string $plugin_file Path to the plugin file .852 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 853 853 * @param array $plugin_data An array of plugin data. 854 854 */ … … 866 866 * @since 2.3.0 867 867 * 868 * @param string $plugin_file Path to the plugin file ,relative to the plugins directory.868 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 869 869 * @param array $plugin_data An array of plugin data. 870 870 * @param string $status Status of the plugin. Defaults are 'All', 'Active', … … 882 882 * @since 2.7.0 883 883 * 884 * @param string $plugin_file Path to the plugin file ,relative to the plugins directory.884 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 885 885 * @param array $plugin_data An array of plugin data. 886 886 * @param string $status Status of the plugin. Defaults are 'All', 'Active',
Note: See TracChangeset
for help on using the changeset viewer.