Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
resources
comments
view.php
Go to the documentation of this file.
1
<?php
2
8
$guid
=
elgg_extract
(
'guid'
,
$vars
);
9
$fallback_guid
=
elgg_extract
(
'container_guid'
,
$vars
);
10
11
_elgg_comment_redirect
(
$guid
,
$fallback_guid
);
$guid
$guid
Comment view resource By default, redirects to the page of an item the comment was made on...
Definition:
view.php:8
$fallback_guid
$fallback_guid
Definition:
view.php:9
_elgg_comment_redirect
_elgg_comment_redirect($comment_guid, $fallback_guid)
Redirect to the comment in context of the containing page.
Definition:
comments.php:78
elgg_extract
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition:
elgglib.php:1131
$vars
$vars['type']
Definition:
save.php:11
Generated on Thu Jan 21 2021 00:00:23 for Elgg by
1.8.11