forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Remove Clean Contact library #1691
Copy link
Copy link
Open
Labels
Estimate: < 2 Hourscategory: sunsetthings we're sunsettingthings we're sunsettingpriority: normalMust be completed before release of this version of plugin.Must be completed before release of this version of plugin.type: improvementtype: tech debtFor necessary updates because code is oldFor necessary updates because code is old
Milestone
Metadata
Metadata
Assignees
Labels
Estimate: < 2 Hourscategory: sunsetthings we're sunsettingthings we're sunsettingpriority: normalMust be completed before release of this version of plugin.Must be completed before release of this version of plugin.type: improvementtype: tech debtFor necessary updates because code is oldFor necessary updates because code is old
While running our theme-check plugin test for the 0.6.2 release, we received this error:
lib/clean-contact/clean_contact.php. Themes should use add_theme_page() for adding admin pages. Line 272: add_submenu_page( 'options-general.php', __( 'Clean Contact', 'largo' )You can see the full error/warning list on issue #1677.
Let's review the library and see if we're still using it. If so, explore options for keeping and updating it.
If it's unused, let's remove it.