Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_row_insert
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
views_row_insert
Commits
dece8fc6
Commit
dece8fc6
authored
6 years ago
by
Polarwinds
Browse files
Options
Downloads
Patches
Plain Diff
Coding standards fix
#5
parent
996ecd12
Branches
Branches containing commit
Tags
7.x-2.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views_row_insert.module
+2
-0
2 additions, 0 deletions
views_row_insert.module
with
2 additions
and
0 deletions
views_row_insert.module
+
2
−
0
View file @
dece8fc6
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment