Skip to content

Commit 6af9e60

Browse files
authored
gpml-ajax-upload.php: Updated how usage examples were shared.
1 parent 1625e8b commit 6af9e60

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

gp-media-library/gpml-ajax-upload.php

+5-6
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,10 @@ public function update_entry_field_values( $entry, $form ) {
165165
}
166166

167167
# Configuration
168-
// Apply to All Forms.
168+
169169
new GPML_Ajax_Upload();
170170

171-
// Apply to A Specific Form.
172-
new GPML_Ajax_Upload( array(
173-
'form_id' => 292,
174-
)
175-
);
171+
# Apply to a specific Form.
172+
// new GPML_Ajax_Upload( array(
173+
// 'form_id' => 292,
174+
// ) );

0 commit comments

Comments
 (0)