diff options
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r-- | includes/ajax.inc | 3 |
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( |