Plugin Directory

Changeset 3061841

Timestamp:
04/01/2024 12:31:22 AM (4 months ago)
Author:
realwebcare
Message:

Committing RWC Team Members init file

Location:
rwc-team-members
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rwc-team-members/tags/0.2/action/init-functions.php

    r3061832 r3061841  
    6565    if (!$spare_me) {
    6666        $install_date = get_option( 'rwctm_activation_time', 'default_value' );
    67         $past_date = strtotime( '-2 minutes' );
     67        $past_date = strtotime( '-s' );
    6868
    6969        if ($install_date !== 'default_value' && $install_date < $past_date) {
  • rwc-team-members/trunk/action/init-functions.php

    r3061831 r3061841  
    6565    if (!$spare_me) {
    6666        $install_date = get_option( 'rwctm_activation_time', 'default_value' );
    67         $past_date = strtotime( '-2 minutes' );
     67        $past_date = strtotime( '-s' );
    6868
    6969        if ($install_date !== 'default_value' && $install_date < $past_date) {
Note: See TracChangeset for help on using the changeset viewer.