aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-05-10 06:22:20 +0200
committerThomas Lange <code@nerdmind.de>2016-05-10 06:22:20 +0200
commit73fbb95e7678ac8d757f56179e34e583e16d7ff3 (patch)
treec013aa5a543747e8788fdfe81649e71361b91b00 /include
parent37632f79e6c900ac566ed1f54fa3b57da02ede8a (diff)
downloadbigpipe-73fbb95e7678ac8d757f56179e34e583e16d7ff3.tar.gz
bigpipe-73fbb95e7678ac8d757f56179e34e583e16d7ff3.tar.xz
bigpipe-73fbb95e7678ac8d757f56179e34e583e16d7ff3.zip
Comment update
Diffstat (limited to 'include')
-rwxr-xr-xinclude/classes/BigPipe/Pagelet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/classes/BigPipe/Pagelet.php b/include/classes/BigPipe/Pagelet.php
index f0d4c46..4cd2243 100755
--- a/include/classes/BigPipe/Pagelet.php
+++ b/include/classes/BigPipe/Pagelet.php
@@ -11,7 +11,7 @@ class Pagelet {
private static $count = 0;
#===============================================================================
- # Priorities for sorting the pagelets
+ # Priorities for pagelet sorting
#===============================================================================
const PRIORITY_HIGHEST = 100;
const PRIORITY_HIGH = 75;