Skip to content

Commit

Permalink
add a const for dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub233 committed Nov 2, 2016
1 parent 96362c0 commit 9c9b5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bu-liaison-inquiry.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class BU_Liaison_Inquiry {
const CLIENT_RULES_PATH = 'field_rules/client_rules';
const FIELD_OPTIONS_PATH = 'field_rules/field_options';

// Setup dummy value for required fields that aren't part of the mini form.
const MINI_DUMMY_VALUE = 'mini-form';

/**
* Path to plugin directory.
*
Expand Down

0 comments on commit 9c9b5c3

Please sign in to comment.