From ad7842c98af21bf400c0f347455a3a8432c01140 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 18:43:30 +0300 Subject: RIP tag cloud: last of the vanilla popup dialog system --- classes/rpc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/rpc.php') diff --git a/classes/rpc.php b/classes/rpc.php index a6ddf7004..f8af1d660 100755 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -638,7 +638,6 @@ class RPC extends Handler_Protected { "goto_marked" => __("Starred"), "goto_published" => __("Published"), "goto_read" => __("Recently read"), - "goto_tagcloud" => __("Tag cloud"), "goto_prefs" => __("Preferences")), __("Other") => array( "create_label" => __("Create label"), @@ -711,7 +710,6 @@ class RPC extends Handler_Protected { "g s" => "goto_marked", "g p" => "goto_published", "g r" => "goto_read", - "g t" => "goto_tagcloud", "g P" => "goto_prefs", "r" => "select_article_cursor", "c l" => "create_label", -- cgit v1.2.3-54-g00ecf