mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00
Remove feature gate
This commit is contained in:
parent
829947fd7d
commit
089b458032
|
@ -337,11 +337,6 @@ function enqueue_assets() {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function render_manage_link_request() {
|
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';
|
require_once FiveForTheFuture\get_views_path() . 'button-request-manage-link.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue