Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub233 committed Nov 2, 2016
1 parent 339f414 commit 96362c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bu-liaison-inquiry.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function liaison_inquiry_form( $atts ) {
*
* @param array $inquiry_form Parsed JSON data from Liaison API.
* @param array $field_ids List of fields to show. If not specified, the full form is returned.
* @return string Returns the result of the form submission as a JSON formatted array for the javascript validation script.
* @return array Returns a data array of the processed form data to be passed to the template
*/
function process_form_definition( $inquiry_form, $field_ids ) {
// If field_ids are specified, remove any fields that aren't in the specified set.
Expand Down

0 comments on commit 96362c0

Please sign in to comment.