Remove feature gate

This commit is contained in:
Kelly Dwan 2019-11-26 17:35:51 -05:00
parent 829947fd7d
commit 089b458032
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -337,11 +337,6 @@ function enqueue_assets() {
* @return void
*/
function render_manage_link_request() {
// @todo enable when https://github.com/WordPress/five-for-the-future/issues/6 is done
if ( ! defined( 'WPORG_SANDBOXED' ) || ! WPORG_SANDBOXED ) {
return;
}
require_once FiveForTheFuture\get_views_path() . 'button-request-manage-link.php';
}