Skip to content
Snippets Groups Projects
Commit 278ed54d authored by Erick Hitter's avatar Erick Hitter
Browse files

Help keep things organized with some section header comments

parent 9d411e1d
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,11 @@ class WP_Revisions_Control { ...@@ -108,6 +108,11 @@ class WP_Revisions_Control {
} }
} }
/**
** PLUGIN SETTINGS SECTION
** FOUND UNDER SETTINGS > WRITING
**/
/** /**
* Display assistive text in settings section * Display assistive text in settings section
* *
...@@ -170,6 +175,10 @@ class WP_Revisions_Control { ...@@ -170,6 +175,10 @@ class WP_Revisions_Control {
return $options_sanitized; return $options_sanitized;
} }
/**
** REVISIONS QUANTITY OVERRIDES
**/
/** /**
* Allow others to change the priority this plugin's functionality runs at * Allow others to change the priority this plugin's functionality runs at
* *
...@@ -204,6 +213,10 @@ class WP_Revisions_Control { ...@@ -204,6 +213,10 @@ class WP_Revisions_Control {
return $qty; return $qty;
} }
/**
** PLUGIN UTILITIES
**/
/** /**
* Retrieve plugin settings * Retrieve plugin settings
* *
......
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