Pledge form: Add todo list on manage form

This commit is contained in:
Corey McKrill 2019-10-21 11:10:55 -07:00
parent 9c08692d5d
commit 609ff42620
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -136,6 +136,8 @@ function render_form_manage() {
/** /**
* Process a submission from the Manage Existing Pledge form. * Process a submission from the Manage Existing Pledge form.
* *
* TODO This doesn't actually update any data yet when the form is submitted.
*
* @return string|WP_Error String "success" if the form processed correctly. Otherwise WP_Error. * @return string|WP_Error String "success" if the form processed correctly. Otherwise WP_Error.
*/ */
function process_form_manage() { function process_form_manage() {