Updated addon descriptions and readme files for several addons.

This commit is contained in:
Michael Vogel 2015-11-14 09:22:32 +01:00
parent 5c413572c8
commit bf52de030f
13 changed files with 43 additions and 210 deletions

View file

@ -26,7 +26,7 @@ function rendertime_page_end(&$a, &$o) {
$duration = microtime(true)-$a->performance["start"];
if (is_site_admin() AND ($_GET["mode"] != "minimal"))
if (is_site_admin() AND ($_GET["mode"] != "minimal") AND !$a->is_mobile AND !$a->is_tablet)
$o = $o.'<div class="renderinfo">'.sprintf(t("Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"),
round($a->performance["database"], 3),
round($a->performance["network"], 3),