Jake Vanderwerf
10 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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';