Jake Vanderwerf
yesterday f4be611c51473359e6d41780f0313c446079e9d3
inc/rest/routes/NotificationsRoutes.php
@@ -555,7 +555,7 @@
            $statusCondition = $wpdb->prepare("a.status = %s", $status);
         }
         $approvals = Registrar::getFeatured('approve_new');
         $approvals = Registrar::withFeature('approve_new');
         foreach ($approvals as $type => $config) {
            $table = $wpdb->prefix . BASE . 'approval_' . $type . 'requests';
            $votes = $wpdb->prefix . BASE . 'approval_' . $type . 'votes';