mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 11:15:44 +03:00
Email: Iterate based on feedback.
This commit is contained in:
parent
147da5ae24
commit
0bd1fc1576
5 changed files with 35 additions and 16 deletions
|
@ -185,7 +185,7 @@ function render_meta_boxes( $pledge, $box ) {
|
|||
*/
|
||||
function save_pledge( $pledge_id, $pledge ) {
|
||||
$get_action = filter_input( INPUT_GET, 'action' );
|
||||
$post_action = $_POST['action'] ?? null;
|
||||
$post_action = filter_input( INPUT_POST, 'action' );
|
||||
$ignored_actions = array( 'trash', 'untrash', 'restore' );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue