]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3801 fixed documentation for page_owner_entity()
authorCash Costello <cash.costello@gmail.com>
Tue, 13 Sep 2011 01:29:24 +0000 (21:29 -0400)
committerCash Costello <cash.costello@gmail.com>
Tue, 13 Sep 2011 01:29:24 +0000 (21:29 -0400)
engine/lib/deprecated-1.8.php

index 8118d84dd99789238a279bafd6e6c1b00668d9f1..f0f4bd9dc32f111167849df1389877c4a2cbde2e 100644 (file)
@@ -1576,7 +1576,7 @@ function page_owner() {
 /**
  * Gets the owner entity for the current page.
  *
- * @deprecated 1.8  Use elgg_get_page_owner()
+ * @deprecated 1.8  Use elgg_get_page_owner_entity()
  * @return ElggEntity|false The current page owner or false if none.
  */
 function page_owner_entity() {