aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/deprecated-1.8.php
diff options
context:
space:
mode:
authorPaweł Sroka <srokap@gmail.com>2013-12-28 18:55:36 +0100
committerPaweł Sroka <srokap@gmail.com>2013-12-28 18:55:36 +0100
commitc6ec6a0e01f50f72e742bbf20431f3f3aa04a2fa (patch)
treece70a2ed48e18598fa89a31777c2398b61a8bc35 /engine/lib/deprecated-1.8.php
parent013716a94a8a723721d876f99c6413ab580b69f5 (diff)
downloadelgg-c6ec6a0e01f50f72e742bbf20431f3f3aa04a2fa.tar.gz
elgg-c6ec6a0e01f50f72e742bbf20431f3f3aa04a2fa.tar.bz2
Added missing @deprecated tags
Diffstat (limited to 'engine/lib/deprecated-1.8.php')
-rw-r--r--engine/lib/deprecated-1.8.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/deprecated-1.8.php b/engine/lib/deprecated-1.8.php
index 6aa42a81d..91068d047 100644
--- a/engine/lib/deprecated-1.8.php
+++ b/engine/lib/deprecated-1.8.php
@@ -3414,6 +3414,7 @@ function list_annotations($entity_guid, $name = "", $limit = 25, $asc = true) {
* @param unknown_type $timeupper
* @param unknown_type $calculation
* @internal Don't use this at all.
+ * @deprecated 1.8 Use elgg_get_annotations()
*/
function elgg_deprecated_annotation_calculation($entity_guid = 0, $entity_type = "", $entity_subtype = "",
$name = "", $value = "", $value_type = "", $owner_guid = 0, $timelower = 0,
@@ -4667,6 +4668,7 @@ function display_widget(ElggObject $widget) {
*
* @param ElggEntity $entity
* @return int Number of comments
+ * @deprecated 1.8 Use ElggEntity->countComments()
*/
function elgg_count_comments($entity) {
elgg_deprecated_notice('elgg_count_comments() is deprecated by ElggEntity->countComments()', 1.8);