From 0111c36db428bbfe76eb338e7d5b254636b3b8e9 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 8 Oct 2019 12:16:17 -0400 Subject: [PATCH] Move comments to issues --- plugins/wporg-5ftf/includes/pledge-meta.php | 8 -------- plugins/wporg-5ftf/includes/pledge.php | 2 -- 2 files changed, 10 deletions(-) diff --git a/plugins/wporg-5ftf/includes/pledge-meta.php b/plugins/wporg-5ftf/includes/pledge-meta.php index 21ae77b..8bf9e61 100755 --- a/plugins/wporg-5ftf/includes/pledge-meta.php +++ b/plugins/wporg-5ftf/includes/pledge-meta.php @@ -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 diff --git a/plugins/wporg-5ftf/includes/pledge.php b/plugins/wporg-5ftf/includes/pledge.php index 1fa4ed3..7e83d75 100755 --- a/plugins/wporg-5ftf/includes/pledge.php +++ b/plugins/wporg-5ftf/includes/pledge.php @@ -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;