aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/widgets.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-06 20:04:57 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-06 20:04:57 +0000
commit125dcdd329b3159808c097f02597e908be3ad8d0 (patch)
tree653b77aa409f867be32c45793edc68b099e15c69 /engine/lib/widgets.php
parent61197684ae861488cd3718fcaa96ab655b37e426 (diff)
downloadelgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.gz
elgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.bz2
fixed some minor documentation issues
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/widgets.php')
-rw-r--r--engine/lib/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/widgets.php b/engine/lib/widgets.php
index 46dedcea1..c96c1967a 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -56,7 +56,7 @@ function elgg_get_widgets($user_guid, $context) {
* @param int $access_id If not specified, it is set to the default access level
*
* @return int|false Widget GUID or false on failure
- * @since 1.8
+ * @since 1.8.0
*/
function elgg_create_widget($owner_guid, $handler, $context, $access_id = null) {
if (empty($owner_guid) || empty($handler) || !elgg_is_widget_type($handler)) {