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 b105ec0099 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.
2019-11-06 00:33:28 -06:00
plugins/wporg-5ftf Return early if contributor_post_id is missing 2019-11-06 00:33:28 -06:00
themes/wporg-5ftf Theme: Bump cachebuster 2019-11-04 15:19:49 -06:00
.gitignore Pledge List: Remove unused prototype. 2019-11-03 15:14:03 -06: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