summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-12-27 12:29:52 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-12-27 12:29:52 -0500
commit8ec1f078f9c956a5887c8d19be9cf4f50320d84d (patch)
tree789fe9fcc88858cef380dc73d35112da8de49aa9 /includes/ajax.inc
parent5c9c9a689baf2573aa3bb68c7b9ee471cce753a0 (diff)
downloadbrdo-8ec1f078f9c956a5887c8d19be9cf4f50320d84d.tar.gz
brdo-8ec1f078f9c956a5887c8d19be9cf4f50320d84d.tar.bz2
Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with @link...@endlink.
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index 4107029fe..d4082d2d8 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -836,7 +836,8 @@ function ajax_command_insert($selector, $html, $settings = NULL) {
* @return
* An array suitable for use with the ajax_render() function.
*
- * See @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
+ * See
+ * @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
*/
function ajax_command_replace($selector, $html, $settings = NULL) {
return array(