- Timestamp:
- 08/11/2022 01:53:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r52979 r53876 903 903 * 'activate', 'deactivate', and 'delete'. 904 904 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 905 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`905 * @param array $plugin_data An array of plugin data. See get_plugin_data() 906 906 * and the {@see 'plugin_row_meta'} filter for the list 907 907 * of possible values. … … 923 923 * 'activate', 'deactivate', and 'delete'. 924 924 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 925 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`925 * @param array $plugin_data An array of plugin data. See get_plugin_data() 926 926 * and the {@see 'plugin_row_meta'} filter for the list 927 927 * of possible values. … … 945 945 * this can also include 'network_active' and 'network_only' items. 946 946 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 947 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`947 * @param array $plugin_data An array of plugin data. See get_plugin_data() 948 948 * and the {@see 'plugin_row_meta'} filter for the list 949 949 * of possible values. … … 967 967 * this can also include 'network_active' and 'network_only' items. 968 968 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 969 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`969 * @param array $plugin_data An array of plugin data. See get_plugin_data() 970 970 * and the {@see 'plugin_row_meta'} filter for the list 971 971 * of possible values. … … 1230 1230 * time to next update. 1231 1231 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1232 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`1232 * @param array $plugin_data An array of plugin data. See get_plugin_data() 1233 1233 * and the {@see 'plugin_row_meta'} filter for the list 1234 1234 * of possible values. … … 1252 1252 * @param string $column_name Name of the column. 1253 1253 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1254 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`1254 * @param array $plugin_data An array of plugin data. See get_plugin_data() 1255 1255 * and the {@see 'plugin_row_meta'} filter for the list 1256 1256 * of possible values. … … 1328 1328 * 1329 1329 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1330 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`1330 * @param array $plugin_data An array of plugin data. See get_plugin_data() 1331 1331 * and the {@see 'plugin_row_meta'} filter for the list 1332 1332 * of possible values. … … 1349 1349 * 1350 1350 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1351 * @param array $plugin_data An array of plugin data. See `get_plugin_data()`1351 * @param array $plugin_data An array of plugin data. See get_plugin_data() 1352 1352 * and the {@see 'plugin_row_meta'} filter for the list 1353 1353 * of possible values.
Note: See TracChangeset
for help on using the changeset viewer.