Skip to content

Commit

Permalink
Merge branch 'master' of atanas_angelov_dev_github:htmlburger/wpemerg…
Browse files Browse the repository at this point in the history
…e-cli
  • Loading branch information
atanas-dev committed Jul 22, 2018
2 parents 11493ac + bd731d3 commit 43e0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GravityForms/gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function app_get_forms() {
*
* @param array $forms_ids The IDs of the Gravity Forms in the list.
*/
$form_ids = apply_filters( 'app_gravity_form_options', $forms_ids );
$forms_ids = apply_filters( 'app_gravity_form_options', $forms_ids );

return $forms_ids;
}
Expand Down

0 comments on commit 43e0942

Please sign in to comment.