From 088d0638957cd6bc683711743d04091b6789cfd1 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 12 Apr 2010 19:30:32 +0000 Subject: Added 'customization' category to manifest. Cleaned up some comments. git-svn-id: http://code.elgg.org/elgg/trunk@5709 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/sitepages/manifest.xml | 15 ++++++++------- mod/sitepages/sitepages_functions.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mod/sitepages/manifest.xml b/mod/sitepages/manifest.xml index 9714a47c5..1e14f5800 100644 --- a/mod/sitepages/manifest.xml +++ b/mod/sitepages/manifest.xml @@ -1,10 +1,11 @@ - - - - - - - + + + + + + + + diff --git a/mod/sitepages/sitepages_functions.php b/mod/sitepages/sitepages_functions.php index bc14d1a54..44cb0640d 100644 --- a/mod/sitepages/sitepages_functions.php +++ b/mod/sitepages/sitepages_functions.php @@ -12,7 +12,7 @@ /** * Returns a single object that holds information about - * customizations for the $section site page. The object guid + * customizations for the $page_type site page. The object guid * is stored as private data on the site entity. This allows the pages * to still be searchable as standard entities. * -- cgit v1.2.3