Skip to content

Commit

Permalink
deploy: 0e9134a
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 20, 2024
1 parent 40f92c2 commit d083f24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mc_event_registration_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line425">line 425</a>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line428">line 428</a>
</li></ul></dd>


Expand Down
3 changes: 3 additions & 0 deletions mt-processing.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@
* @return string
*/
function mt_registration_fields( $form, $has_data, $data, $context = 'admin', $model = '' ) {
if ( 'public' === $context ) {
return $form;
}
$event_id = 0;
$notes = '';
$hide = false;
Expand Down
2 changes: 1 addition & 1 deletion mt_custom_data_fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line412">line 412</a>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line415">line 415</a>
</li></ul></dd>


Expand Down
2 changes: 1 addition & 1 deletion mt_registration_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line710">line 710</a>
<a href="mt-processing.php.html">mt-processing.php</a>, <a href="mt-processing.php.html#line713">line 713</a>
</li></ul></dd>


Expand Down

0 comments on commit d083f24

Please sign in to comment.