mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
Move comments to issues
This commit is contained in:
parent
fc51de3a90
commit
0111c36db4
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue