diff options
-rwxr-xr-x | include/classes/BigPipe/Pagelet.php | 2 |
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; |