Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove function string_get_bug_report_page
  • Loading branch information
atrol committed Nov 14, 2015
1 parent 6f46f8f commit 91c38ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/string_api.php
Expand Up @@ -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' );
}

Expand Down

0 comments on commit 91c38ea

Please sign in to comment.