diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-25 14:07:10 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-25 14:07:10 +0200 |
commit | 469d9ee1719c02c097291a1bf61c1f77c1e452a4 (patch) | |
tree | 96d4f50fd81a12bdb7db823c1ce4588ed97312db | |
parent | 148df3607b230dfd77aa426657ce27b6d24e396b (diff) | |
parent | c5de4dd51dfba4737e4b46af05546f3c6a4f8da6 (diff) | |
download | forums-469d9ee1719c02c097291a1bf61c1f77c1e452a4.tar forums-469d9ee1719c02c097291a1bf61c1f77c1e452a4.tar.gz forums-469d9ee1719c02c097291a1bf61c1f77c1e452a4.tar.bz2 forums-469d9ee1719c02c097291a1bf61c1f77c1e452a4.tar.xz forums-469d9ee1719c02c097291a1bf61c1f77c1e452a4.zip |
Merge remote-tracking branch 'unknownbliss/ticket/11740' into prep-release-3.0.12
* unknownbliss/ticket/11740:
[ticket/11740] Update FAQ to include Ideas Centre
-rw-r--r-- | phpBB/language/en/help_faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index dab66779c3..b68336e0f7 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -333,7 +333,7 @@ $help = array( ), array( 0 => 'Why isn’t X feature available?', - 1 => 'This software was written by and licensed through phpBB Group. If you believe a feature needs to be added, or you want to report a bug, please visit the phpBB <a href="http://area51.phpbb.com/">Area51</a> website, where you will find resources to do so.' + 1 => 'This software was written by and licensed through phpBB Group. If you believe a feature needs to be added please visit the <a href="https://www.phpbb.com/ideas/">phpBB Ideas Centre</a>, where you can upvote existing ideas or suggest new features.' ), array( 0 => 'Who do I contact about abusive and/or legal matters related to this board?', |