From f00245be92d0cba86ace02176b016a55a8538a96 Mon Sep 17 00:00:00 2001 From: Mohammad Jangda Date: Fri, 31 Aug 2012 17:43:21 -0300 Subject: [PATCH] Only show publish promo to users that can publish In our no-results template, there's no point in displaying a "publish your first post" promo to users that don't have the ability to publish posts since they can't act on it. --- no-results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/no-results.php b/no-results.php index 8e07cede..cef67db9 100644 --- a/no-results.php +++ b/no-results.php @@ -15,7 +15,7 @@
- +

Get started here.', '_s' ), admin_url( 'post-new.php' ) ); ?>