From f54f515f440f69de6479fef14cd2aae004aff551 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 May 2006 09:59:00 +0100 Subject: report runtime info in counter callbacks --- functions.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 5ec8d45f4..fbce56b5e 100644 --- a/functions.php +++ b/functions.php @@ -1718,4 +1718,11 @@ print ""; } + + function print_runtime_info($link) { + print ""; + print ""; + print ""; + } ?> -- cgit v1.2.3-54-g00ecf