diff options
author | filip <filip.komar@gmail.com> | 2018-04-28 01:47:41 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-04-28 01:47:41 +0200 |
commit | 59fe48d8a83070d46734a330bec89605007bf30d (patch) | |
tree | 2cd23d38a31ca3843668b068bd16774e12029029 | |
parent | 32ea40e328fa4b70cebd01711ccf6bdf89e95211 (diff) | |
download | www-59fe48d8a83070d46734a330bec89605007bf30d.tar www-59fe48d8a83070d46734a330bec89605007bf30d.tar.gz www-59fe48d8a83070d46734a330bec89605007bf30d.tar.bz2 www-59fe48d8a83070d46734a330bec89605007bf30d.tar.xz www-59fe48d8a83070d46734a330bec89605007bf30d.zip |
avoid rebuild_gettext_catalogs.sh picking comment
-rw-r--r-- | lib/news.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/news.php b/lib/news.php index e4b261081..0c5940ecc 100644 --- a/lib/news.php +++ b/lib/news.php @@ -165,8 +165,8 @@ function show_feed($locale, $news_title, $link, $feed, $count = 5, $skip = null, /** * @param string $eng_planet_url = 'https://planet.mageia.org/en/' * @param string $eng_blog_url = 'https://blog.mageia.org/en/' - * @param string $loc_planet_url = _r('https://planet.mageia.org/en/') - * @param string $loc_blog_url = _r('https://blog.mageia.org/en/') + * @param string $loc_planet_url = _r_('https://planet.mageia.org/en/') + * @param string $loc_blog_url = _r_('https://blog.mageia.org/en/') * @param integer $req_quantity number or requested planet/blog titles * @param integer $min_num_of_loc_post minimum number of localised posts to return without adding English ones * |