Completed
Push — master ( 794039...360e98 )
by Askupa
01:25
created
functions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,9 @@
 block discarded – undo
18 18
 /**
19 19
  * Prevent loading the library more than once
20 20
  */
21
-if( defined( 'AMARKAL_SETTINGS' ) ) return false;
21
+if( defined( 'AMARKAL_SETTINGS' ) ) {
22
+    return false;
23
+}
22 24
 define( 'AMARKAL_SETTINGS', true );
23 25
 
24 26
 if(!function_exists('amarkal_add_settings_page'))
Please login to merge, or discard this patch.
Manager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
      * Get a settings page from the list of registered settings pages.
51 51
      * 
52 52
      * @param string $slug
53
-     * @param string $parent_slug
54 53
      * @return SettingsPage
55 54
      * @throws \RuntimeException If no settings page was found for the given slug/parent_slug
56 55
      */
Please login to merge, or discard this patch.