Changeset 48561 for trunk/src/wp-admin/includes/class-wp-debug-data.php
- Timestamp:
- 07/22/2020 12:27:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r48554 r48561 1079 1079 * @since 5.5.0 1080 1080 * 1081 * @param string $auto_updates_string The string output for the auto-updates column.1082 * @param object$theme An object of theme data.1083 * @param bool $enabled Whether auto-updates are enabled for this item.1081 * @param string $auto_updates_string The string output for the auto-updates column. 1082 * @param WP_Theme $theme An object of theme data. 1083 * @param bool $enabled Whether auto-updates are enabled for this item. 1084 1084 */ 1085 1085 $auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled );
Note: See TracChangeset
for help on using the changeset viewer.