Plugin Directory

Changeset 3459746


Ignore:
Timestamp:
02/12/2026 09:56:36 AM (7 weeks ago)
Author:
pr24ch
Message:

Version 81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • support-wp/tags/81/modules/database/database.php

    r3459743 r3459746  
    9595        $support_wp_cron_actionscheduler_cleanup = $supportWpHelper->get_option('support_wp_cron_actionscheduler_cleanup');
    9696        $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 : '';
    9898       
    9999        $gmt_offset = get_option('gmt_offset');
Note: See TracChangeset for help on using the changeset viewer.