diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 20:50:00 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 20:50:00 +0000 |
commit | 21f41d24e2fad631499ab80950e4d9a1e22bcca0 (patch) | |
tree | fd4897bf93bae387c5b30a84829468b3659e687b /engine/lib/sites.php | |
parent | 07125786f7d6fbe1b394141a2cdd983af7092f12 (diff) | |
download | elgg-21f41d24e2fad631499ab80950e4d9a1e22bcca0.tar.gz elgg-21f41d24e2fad631499ab80950e4d9a1e22bcca0.tar.bz2 |
Fixes #3114 added the rss link back to pages
git-svn-id: http://code.elgg.org/elgg/trunk@8784 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r-- | engine/lib/sites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php index 1df20a5ce..5fed29822 100644 --- a/engine/lib/sites.php +++ b/engine/lib/sites.php @@ -40,7 +40,7 @@ function get_site_entity_as_row($guid) { } /** - * Create or update the extras table for a given site. + * Create or update the entities table for a given site. * Call create_entity first. * * @param int $guid Site GUID |