diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2011-08-30 17:52:12 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2011-08-30 17:52:12 +0200 |
commit | 6b20e80c9d577a3eeeb570a6d9fd706fe619709b (patch) | |
tree | cecec3ee8ed121617500c6601bbeb407aed99754 /start.php | |
parent | 2557245a41579a15dd960e2033f4d5f39ff566ac (diff) | |
download | elgg-6b20e80c9d577a3eeeb570a6d9fd706fe619709b.tar.gz elgg-6b20e80c9d577a3eeeb570a6d9fd706fe619709b.tar.bz2 |
a few small fixes
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ function event_calendar_page_handler($page) { } /** - * Add particular blog links/info to entity menu + * Add particular event calendar links/info to entity menu */ function event_calendar_entity_menu_setup($hook, $type, $return, $params) { if (elgg_in_context('widgets')) { |