diff --git a/wp-revisions-control.php b/wp-revisions-control.php
index 4b1f2780af2b345393e6a80610493fe04f16e7cd..cc015c1df46b398cb0d59b0c7e487c4dd74b1a81 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
 	 *