Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
WP Revisions Control
Commits
278ed54d
Commit
278ed54d
authored
Jul 06, 2013
by
Erick Hitter
Browse files
Help keep things organized with some section header comments
parent
9d411e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
wp-revisions-control.php
View file @
278ed54d
...
...
@@ -108,6 +108,11 @@ class WP_Revisions_Control {
}
}
/**
** PLUGIN SETTINGS SECTION
** FOUND UNDER SETTINGS > WRITING
**/
/**
* Display assistive text in settings section
*
...
...
@@ -170,6 +175,10 @@ class WP_Revisions_Control {
return
$options_sanitized
;
}
/**
** REVISIONS QUANTITY OVERRIDES
**/
/**
* Allow others to change the priority this plugin's functionality runs at
*
...
...
@@ -204,6 +213,10 @@ class WP_Revisions_Control {
return
$qty
;
}
/**
** PLUGIN UTILITIES
**/
/**
* Retrieve plugin settings
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment