From 91c38eac29bd8ab2a7a63b8e1398f607a6fc88ef Mon Sep 17 00:00:00 2001 From: Roland Becker Date: Sun, 15 Nov 2015 00:25:57 +0100 Subject: [PATCH] Remove function string_get_bug_report_page --- core/string_api.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/string_api.php b/core/string_api.php index 5b1ae07688..c113542b53 100644 --- a/core/string_api.php +++ b/core/string_api.php @@ -757,14 +757,6 @@ function string_get_bug_report_link() { * @return string */ function string_get_bug_report_url() { - return string_get_bug_report_page(); -} - -/** - * return the name of a bug REPORT page - * @return string - */ -function string_get_bug_report_page() { return string_get_bug_page( 'report' ); }