projects
/
WP-Themes
/
mackinacbridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6e737
)
removing test print_r statement from functions file for the gravity forms token form...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 24 Oct 2016 19:23:06 +0000
(15:23 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 24 Oct 2016 19:23:06 +0000
(15:23 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
7750109
..
f2a800a
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-320,7
+320,7
@@
if (!function_exists('is_in_tree')) {
add_action( 'gform_after_submission', 'set_post_content', 10, 2 );
function set_post_content( $entry, $form ) {
- echo '<pre>', print_r($entry), '</pre>';
+
//
echo '<pre>', print_r($entry), '</pre>';
if($form['id'] === 4){
if ( $entry['36.3'] > 1){