diff options
Diffstat (limited to 'Bugzilla/Search')
-rw-r--r-- | Bugzilla/Search/Saved.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Bugzilla/Search/Saved.pm b/Bugzilla/Search/Saved.pm index 23507c039..1511cd87b 100644 --- a/Bugzilla/Search/Saved.pm +++ b/Bugzilla/Search/Saved.pm @@ -368,9 +368,10 @@ The CGI parameters for the search, as a string. =item C<link_in_footer> -Whether or not this search should be displayed in the footer for the +Whether or not this search should be displayed in the Search Bar for the I<current user> (not the owner of the search, but the person actually -using Bugzilla right now). +using Bugzilla right now). It says "footer" for historical reasons as the link +was previously displayed on the global footer. =item C<type> |