diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 13:33:58 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 13:33:58 +0000 |
commit | 81a0698f97c9e92639109caa5215a503b823b968 (patch) | |
tree | ec5e0ecc275881a7812b2286ef884e9721cb0253 /mod/blog/lib | |
parent | f3193c88779111516fb21923a7991eb765e4a127 (diff) | |
download | elgg-81a0698f97c9e92639109caa5215a503b823b968.tar.gz elgg-81a0698f97c9e92639109caa5215a503b823b968.tar.bz2 |
new content link uses guid to make supporting groups and users easier
git-svn-id: http://code.elgg.org/elgg/trunk@7736 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/lib')
-rw-r--r-- | mod/blog/lib/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 3a67af193..c79c863d3 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -256,7 +256,7 @@ function blog_get_page_content_archive($owner_guid, $lower = 0, $upper = 0) { } /** - * Get page components to edit a blog post. + * Get page components to edit/create a blog post. * * @param string $page 'edit' or 'new' * @param int $guid GUID of blog post or container |