diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 23:28:37 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 23:28:37 +0000 |
commit | f16c546ca85ef1f8c27e0edccfca776a9b74daf1 (patch) | |
tree | a937b144b04b133ba4ed9b8ebee8860411beb2de | |
parent | 767d259bb89a337ec57abeeb8c3ac5c5fc3e9d21 (diff) | |
download | elgg-f16c546ca85ef1f8c27e0edccfca776a9b74daf1.tar.gz elgg-f16c546ca85ef1f8c27e0edccfca776a9b74daf1.tar.bz2 |
Typo correction: @deprecate => @deprecated
git-svn-id: http://code.elgg.org/elgg/trunk@8124 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | engine/lib/deprecated-1.8.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/deprecated-1.8.php b/engine/lib/deprecated-1.8.php index 86a0f91de..17e121ab4 100644 --- a/engine/lib/deprecated-1.8.php +++ b/engine/lib/deprecated-1.8.php @@ -2952,7 +2952,7 @@ function isadminloggedin() { /** * Loads plugins * - * @deprecate 1.8 Use elgg_load_plugins() + * @deprecated 1.8 Use elgg_load_plugins() * * @return bool */ @@ -3406,7 +3406,7 @@ $timelower = 0, $timeupper = 0) { * @param boolean $pagination Display pagination * @param string $orderdir 'desc' or 'asc' * - * @deprecate 1.8 Use elgg_list_entities_from_annotation_calculation(). + * @deprecated 1.8 Use elgg_list_entities_from_annotation_calculation(). * * @return string Formatted entity list */ |