mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-15 06:45:47 +03:00
Pledge Management: Allow pledge admins to remove the pledge (#123)
* Rename generic "frontend" file to dialog * Add a "remove pledge" action * Process pledge deactivation * Trigger an email on user-initiated pledge deactivation * Show an error when trying to manage a deactivated pledge * Add a label for "deactivated" pledges
This commit is contained in:
parent
619af97bd1
commit
bdbf6d573e
11 changed files with 184 additions and 26 deletions
|
@ -29,7 +29,8 @@
|
|||
height: auto;
|
||||
}
|
||||
|
||||
[id*="help"] p {
|
||||
[id*="help"] p,
|
||||
p[id*="help"] {
|
||||
margin-top: ms(-5);
|
||||
font-size: ms(-2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue