This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined("SYSPATH") or die("No direct script access."); | |
/** | |
* Gallery - a web based photo album viewer and editor | |
* Copyright (C) 2000-2011 Bharat Mediratta | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; either version 2 of the License, or (at | |
* your option) any later version. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php | |
index 89a2703..7f058d8 100644 | |
--- a/modules/tag/helpers/tag.php | |
+++ b/modules/tag/helpers/tag.php | |
@@ -63,13 +63,31 @@ class tag_Core { | |
} | |
/** | |
+ * Return the N most popular viewable tags. | |
+ * |