Five for the Future is an initiative promoting the WordPress community’s contribution to the platform’s growth. As an open source project, WordPress is created by a diverse collection of people from around the world. The program encourages organizations to contribute five percent of their resources to WordPress development, to maintain a "golden ratio" of contributors to users. https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/
Find a file
Caleb Burks c47679a5cc
My Pledges: Return early if contributor_post_id is missing.
`process_my_pledges_form()` is actually called on page load in `render_my_pledges()`.

So to prevent the unnecessary get_post() queries, let’s just return early if the form wasn’t really submitted.

See #87
2019-11-06 08:58:07 -08:00
plugins/wporg-5ftf My Pledges: Return early if contributor_post_id is missing. 2019-11-06 08:58:07 -08:00
themes/wporg-5ftf Theme: Bump cachebuster 2019-11-04 15:19:49 -06:00
.gitignore Add more exclusions to .gitignore (#85) 2019-11-06 11:51:40 -05:00
composer.json Add Composer and PHPCS 2019-10-01 13:42:11 -04:00
composer.lock Add Composer and PHPCS 2019-10-01 13:42:11 -04:00
phpcs.xml.dist Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00