Skip to content
Snippets Groups Projects
Commit 1034d801 authored by Alexander Hass's avatar Alexander Hass
Browse files

Code style fix

parent 7db8d09a
No related branches found
No related tags found
No related merge requests found
...@@ -681,10 +681,10 @@ function linkchecker_block_box_delete_form_submit($form, &$form_state) { ...@@ -681,10 +681,10 @@ function linkchecker_block_box_delete_form_submit($form, &$form_state) {
* The fully populated node object. * The fully populated node object.
* @param $return_field_names * @param $return_field_names
* If set to TRUE, the returned array will contain the link URLs as keys, and * If set to TRUE, the returned array will contain the link URLs as keys, and
each element will be an array containing all field names in which the URL * each element will be an array containing all field names in which the URL
is found (the special field name "node" is used to represent all scanned * is found (the special field name "node" is used to represent all scanned
node content that is not a CCK field). Otherwise, a simple array of URLs * node content that is not a CCK field). Otherwise, a simple array of URLs
will be returned. * will be returned.
* @return * @return
* An array whose keys are fully qualified and unique URLs found in the node * An array whose keys are fully qualified and unique URLs found in the node
* (as returned by _linkchecker_extract_links()), or a more complex * (as returned by _linkchecker_extract_links()), or a more complex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment