[geeklog-hg] geeklog: Added comment to explain block library

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jun 19 20:37:10 EDT 2013


changeset 9105:e25cee2e0424
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e25cee2e0424
user: Tom <websitemaster at cogeco.net>
date: Wed Jun 19 15:23:40 2013 -0400
description:
Added comment to explain block library

diffstat:

 system/lib-block.php |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r b44d678533f6 -r e25cee2e0424 system/lib-block.php
--- a/system/lib-block.php	Wed Jun 19 15:18:31 2013 -0400
+++ b/system/lib-block.php	Wed Jun 19 15:23:40 2013 -0400
@@ -36,6 +36,12 @@
 // set to true to enable debug output in error.log
 $_BLOCK_DEBUG = false;
 
+/*
+ * Implement *some* of the Plugin API functions for blocks. While blocks
+ * aren't a plugin (and likely never will be), implementing some of the API
+ * functions here will save us from doing special handling elsewhere.
+ */
+ 
 /**
 * This function is called to inform plugins when a group's information has
 * changed or a new group has been created.



More information about the geeklog-cvs mailing list