Skip to content
Snippets Groups Projects
Commit dece8fc6 authored by Polarwinds's avatar Polarwinds
Browse files

Coding standards fix #5

parent 996ecd12
Branches
Tags 7.x-2.0
No related merge requests found
...@@ -14,6 +14,7 @@ function views_row_insert_help($path) { ...@@ -14,6 +14,7 @@ function views_row_insert_help($path) {
switch ($path) { switch ($path) {
case "admin/help#views_row_insert": case "admin/help#views_row_insert":
return t("View style plugin, which is capable to insert custom row with html unrestricted markup or blocks content into a view row results."); return t("View style plugin, which is capable to insert custom row with html unrestricted markup or blocks content into a view row results.");
break; break;
} }
} }
...@@ -97,6 +98,7 @@ function _views_row_insert_wrap_row($row, array $classes) { ...@@ -97,6 +98,7 @@ function _views_row_insert_wrap_row($row, array $classes) {
* Helper function. Provides last key of the array. * Helper function. Provides last key of the array.
* *
* @param array $new_rows * @param array $new_rows
* Array of processed rows.
* *
* @return string * @return string
* Returns key. * Returns key.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment