]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
cleaning up [5822] - putting elgg_format_url() in the same location in elgglib.php
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 21 Apr 2010 00:09:45 +0000 (00:09 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 21 Apr 2010 00:09:45 +0000 (00:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5824 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/elgglib.php

index 8bb7ff39e1a1054dab8eeb3f379dc55be4377cfe..1f51d7cb22b0a8caa64373b44077c3bbfe7a3505 100644 (file)
@@ -2584,7 +2584,7 @@ interface Friendable {
  *
  * @param string $url
  * @return string
- * @since 1.8
+ * @since 1.7.1
  */
 function elgg_format_url($url) {
        return preg_replace('/&(?!amp;)/', '&amp;', $url);