]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #6172 - Fixed one more trac mention
authorPaweł Sroka <srokap@gmail.com>
Sun, 27 Oct 2013 12:28:16 +0000 (13:28 +0100)
committerPaweł Sroka <srokap@gmail.com>
Sun, 27 Oct 2013 12:28:16 +0000 (13:28 +0100)
engine/lib/elgglib.php

index c95e0c28ced54276ff5a5c3f6a7f16032ad35c7a..34111c69d19c8e2174146e075d3b21a77887511a 100644 (file)
@@ -746,7 +746,7 @@ function elgg_unregister_event_handler($event, $object_type, $callback) {
  * @tip When referring to events, the preferred syntax is "event, type".
  *
  * @internal Only rarely should events be changed, added, or removed in core.
- * When making changes to events, be sure to first create a ticket in trac.
+ * When making changes to events, be sure to first create a ticket on Github.
  *
  * @internal @tip Think of $object_type as the primary namespace element, and
  * $event as the secondary namespace.