mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-17 23:55:44 +03:00
Add some comments
This commit is contained in:
parent
1b39994280
commit
34c91bbc9b
4 changed files with 9 additions and 3 deletions
|
@ -196,6 +196,8 @@ function has_required_pledge_meta( array $submission ) {
|
|||
/**
|
||||
* Save the pledge data.
|
||||
*
|
||||
* This only fires when the pledge post itself is created or updated.
|
||||
*
|
||||
* @param int $pledge_id
|
||||
* @param WP_Post $pledge
|
||||
*/
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* or two, we may want to create a subfolder and have a separate file for each block.
|
||||
*/
|
||||
|
||||
// TODO are we actually using any of this?
|
||||
|
||||
namespace WordPressDotOrg\FiveForTheFuture\Blocks;
|
||||
use WordPressDotOrg\FiveForTheFuture;
|
||||
use WordPressDotOrg\FiveForTheFuture\Pledge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue