From 84d7198a103a86b9133b12305e5f83b7ade004a5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Jan 2010 15:57:47 +0300 Subject: only allow delete action for articles from archived feed --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 41bd646f0..881130fc0 100644 --- a/functions.php +++ b/functions.php @@ -4110,9 +4110,9 @@ print "
  •   ".__('Archive')."
  • "; } else { print "
  •   ".__('Move back')."
  • "; - } + print "
  •   ".__('Delete')."
  • "; - print "
  •   ".__('Delete')."
  • "; + } //print "
  • --------
  • "; print "
  • ".__('Assign label:')."
  • "; -- cgit v1.2.3