Changeset 48697 for branches/5.5
- Timestamp:
- 07/30/2020 09:50:39 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/class-wp-debug-data.php
r48574 r48697 958 958 * 959 959 * @param string $auto_updates_string The string output for the auto-updates column. 960 * @param string $plugin_path The path to the plugin file. 960 961 * @param array $plugin An array of plugin data. 961 962 * @param bool $enabled Whether auto-updates are enabled for this item. 962 963 */ 963 $auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin , $enabled );964 $auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled ); 964 965 } else { 965 966 $auto_updates_string = __( 'Auto-updates disabled' ); … … 967 968 968 969 /** This filter is documented in wp-admin/includes/class-wp-debug-data.php */ 969 $auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin , $enabled );970 $auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled ); 970 971 } 971 972
Note: See TracChangeset
for help on using the changeset viewer.