diff --git a/core/string_api.php b/core/string_api.php index caae20c970..ecd45dd3a9 100644 --- a/core/string_api.php +++ b/core/string_api.php @@ -764,12 +764,10 @@ function string_get_bug_update_page( $p_user_id = null ) { } /** - * return an href anchor that links to a bug REPORT page for the given bug - * account for the user preference and site override - * @param integer $p_user_id A valid user identifier. + * return an href anchor that links to a bug REPORT page * @return string */ -function string_get_bug_report_link( $p_user_id = null ) { +function string_get_bug_report_link() { return '' . lang_get( 'report_bug_link' ) . ''; }