diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
commit | c4b49227819624b14b61e6eedbfa6779cd794d45 (patch) | |
tree | b198cff1151656ab4d8c4ef649e7b8e1bc5e5469 /engine/lib/pageowner.php | |
parent | b2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (diff) | |
download | elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.gz elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.bz2 |
most of the comments in the engine now past the sniffer
Diffstat (limited to 'engine/lib/pageowner.php')
-rw-r--r-- | engine/lib/pageowner.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/lib/pageowner.php b/engine/lib/pageowner.php index 9d41d74c1..0cf0e0625 100644 --- a/engine/lib/pageowner.php +++ b/engine/lib/pageowner.php @@ -54,7 +54,7 @@ function elgg_get_page_owner_entity() { * Set the guid of the entity that owns this page * * @param int $guid The guid of the page owner - * + * @return void * @since 1.8.0 */ function elgg_set_page_owner_guid($guid) { @@ -173,7 +173,7 @@ function default_page_owner_handler($hook, $entity_type, $returnvalue, $params) * @warning The context is not available until the page_handler runs (after * the 'init, system' event processing has completed). * - * @param string $context The context of the page + * @param string $context The context of the page * @return bool * @since 1.8.0 */ @@ -216,6 +216,7 @@ function elgg_get_context() { * Push a context onto the top of the stack * * @param string $context The context string to add to the context stack + * @return void * @since 1.8.0 */ function elgg_push_context($context) { @@ -244,7 +245,7 @@ function elgg_pop_context() { * itself differently based on being on the dashboard or profile pages, it * can check the stack. * - * @param string $context The context string to check for + * @param string $context The context string to check for * @return bool * @since 1.8.0 */ |