From 278ed54d7e297f5a3b99c2206b9821cc9a876da5 Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Sat, 6 Jul 2013 10:58:02 -0400
Subject: [PATCH] Help keep things organized with some section header comments

---
 wp-revisions-control.php | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/wp-revisions-control.php b/wp-revisions-control.php
index 4b1f278..cc015c1 100644
--- a/wp-revisions-control.php
+++ b/wp-revisions-control.php
@@ -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
 	 *
-- 
GitLab