Move comments to issues

This commit is contained in:
Kelly Dwan 2019-10-08 12:16:17 -04:00
parent fc51de3a90
commit 0111c36db4
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 0 additions and 10 deletions

View file

@ -292,11 +292,3 @@ function get_normalized_domain_from_url( $url ) {
return $domain;
}
// maybe set the wporg username as the company author, so they can edit it themselves to keep it updated,
// then make the user a contributor if they don't already have a role on the site
// setup cron to automatically email once per quarter
// "here's all the info we have: x, y, z"
// is that still accurate? if not, click here to update it
// if want to be removed from public listing, emailing support@wordcamp.org
// don't let them edit the "featured" taxonomy, only admins

View file

@ -4,8 +4,6 @@
* namespace, etc. once we have a better idea of what the CPT will be called.
*/
// todo normalize text domain across all files
namespace WordPressDotOrg\FiveForTheFuture\Pledge;
use WordPressDotOrg\FiveForTheFuture;