From a67d2a45afb1b639b4fb05137f0732af93ddc594 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 13 Nov 2019 17:04:39 -0500 Subject: [PATCH] Support the unlikely case of no contributors --- plugins/wporg-5ftf/views/manage-contributors.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/wporg-5ftf/views/manage-contributors.php b/plugins/wporg-5ftf/views/manage-contributors.php index 2748e76..1ce2200 100644 --- a/plugins/wporg-5ftf/views/manage-contributors.php +++ b/plugins/wporg-5ftf/views/manage-contributors.php @@ -33,6 +33,9 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path; {{{ data.pending }}} <# } #> + <# if ( ! data.publish.length && ! data.pending.length ) { #> +

+ <# } #>