mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
Pledge form: Add todo list on manage form
This commit is contained in:
parent
9c08692d5d
commit
609ff42620
|
@ -136,6 +136,8 @@ function render_form_manage() {
|
|||
/**
|
||||
* 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.
|
||||
*/
|
||||
function process_form_manage() {
|
||||
|
|
Loading…
Reference in a new issue