Changeset 3459746
- Timestamp:
- 02/12/2026 09:56:36 AM (7 weeks ago)
- File:
-
- 1 edited
-
support-wp/tags/81/modules/database/database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
support-wp/tags/81/modules/database/database.php
r3459743 r3459746 95 95 $support_wp_cron_actionscheduler_cleanup = $supportWpHelper->get_option('support_wp_cron_actionscheduler_cleanup'); 96 96 $support_wp_cron_database_cleanup = $supportWpHelper->get_option('support_wp_cron_database_cleanup'); 97 $support_wp_post_revisions_to_keep = defined('WP_POST_REVISIONS') && is_numeric(WP_POST_REVISIONS) ? (int) WP_POST_REVISIONS : 0;97 $support_wp_post_revisions_to_keep = defined('WP_POST_REVISIONS') && is_numeric(WP_POST_REVISIONS) ? (int) WP_POST_REVISIONS : ''; 98 98 99 99 $gmt_offset = get_option('gmt_offset');
Note: See TracChangeset
for help on using the changeset viewer.