Plugin Directory

Changeset 2843135


Ignore:
Timestamp:
01/04/2023 01:31:51 AM (3 years ago)
Author:
teamgate
Message:

refactor: remove redundant return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • teamgate-crm-forms/trunk/teamgate.php

    r2843134 r2843135  
    7979    } elseif (function_exists('wpcf7_add_shortcode')) {
    8080        wpcf7_add_shortcode('teamgatesubmit', 'wpcf7_teamgate_submit_shortcode_handler', false);
    81     } else {
    82         return;
    8381    }
    8482}
Note: See TracChangeset for help on using the changeset viewer.