diff options
author | Jerome Bakker <jeabakker@coldtrick.com> | 2013-10-23 16:03:08 +0200 |
---|---|---|
committer | Jerome Bakker <jeabakker@coldtrick.com> | 2013-10-23 16:03:08 +0200 |
commit | 0deb80da1e82af55bf8d7500d09b36225ddd7927 (patch) | |
tree | 093170227f2c824987627ce41dbb43c65a503e71 /engine/lib/views.php | |
parent | 424eff09557bf5e0cee7f0c1a717b3992d2e82ac (diff) | |
download | elgg-0deb80da1e82af55bf8d7500d09b36225ddd7927.tar.gz elgg-0deb80da1e82af55bf8d7500d09b36225ddd7927.tar.bz2 |
found some more references to trac
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index dc69395c6..fff3581cf 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -369,7 +369,7 @@ function elgg_view_exists($view, $viewtype = '', $recurse = true) { * view, $view_name plugin hook. * * @warning Any variables in $_SESSION will override passed vars - * upon name collision. See {@trac #2124}. + * upon name collision. See https://github.com/Elgg/Elgg/issues/2124 * * @param string $view The name and location of the view to use * @param array $vars Variables to pass to the view. @@ -795,7 +795,7 @@ function elgg_view_menu($menu_name, array $vars = array()) { * - bool 'full_view' Whether to show a full or condensed view. * * @tip This function can automatically appends annotations to entities if in full - * view and a handler is registered for the entity:annotate. See {@trac 964} and + * view and a handler is registered for the entity:annotate. See https://github.com/Elgg/Elgg/issues/964 and * {@link elgg_view_entity_annotations()}. * * @param ElggEntity $entity The entity to display |