Completed
Branch master (5cc763)
by
unknown
24:25 queued 19:39
created
include/class/admin/demo/AdminPageFrameworkLoader_Demo_Taxonomy.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  */
17 17
 class AdminPageFrameworkLoader_Demo_Widget {
18 18
     
19
-    public function __construct() {     
19
+    public function __construct() {
20 20
     
21 21
         new APF_Widget( 
22 22
             __( 'Admin Page Framework', 'admin-page-framework-loader' ) // the widget title
Please login to merge, or discard this patch.
include/class/admin/demo/AdminPageFrameworkLoader_Demo_UserMeta.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  */
17 17
 class AdminPageFrameworkLoader_Demo_Widget {
18 18
     
19
-    public function __construct() {     
19
+    public function __construct() {
20 20
     
21 21
         new APF_Widget( 
22 22
             __( 'Admin Page Framework', 'admin-page-framework-loader' ) // the widget title
Please login to merge, or discard this patch.