Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
WP Revisions Control
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
WP Revisions Control
Commits
278ed54d
Commit
278ed54d
authored
Jul 06, 2013
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help keep things organized with some section header comments
parent
9d411e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
wp-revisions-control.php
wp-revisions-control.php
+13
-0
No files found.
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