@@ -10,7 +10,7 @@ |
||
| 10 | 10 | * @subpackage Test Content |
| 11 | 11 | * @author Old Town Media |
| 12 | 12 | */ |
| 13 | -abstract class View{ |
|
| 13 | +abstract class View { |
|
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * title |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @subpackage Test Content |
| 10 | 10 | * @author Old Town Media |
| 11 | 11 | */ |
| 12 | -abstract class Type{ |
|
| 12 | +abstract class Type { |
|
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * type |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | * @subpackage Evans |
| 11 | 11 | * @author Old Town Media |
| 12 | 12 | */ |
| 13 | -class Reporting{ |
|
| 13 | +class Reporting { |
|
| 14 | 14 | |
| 15 | 15 | public function create_report( $data ) { |
| 16 | 16 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @subpackage Evans |
| 10 | 10 | * @author Old Town Media |
| 11 | 11 | */ |
| 12 | -class Delete{ |
|
| 12 | +class Delete { |
|
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Delete all test content created ever. |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @subpackage Evans |
| 9 | 9 | * @author Old Town Media |
| 10 | 10 | */ |
| 11 | -class MetaboxValues{ |
|
| 11 | +class MetaboxValues { |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Assigns the proper testing data to a custom metabox. |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | * @subpackage Evans |
| 15 | 15 | * @author Old Town Media |
| 16 | 16 | */ |
| 17 | -class TestContent{ |
|
| 17 | +class TestContent { |
|
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | 20 | * Title function. |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @subpackage Evans |
| 9 | 9 | * @author Old Town Media |
| 10 | 10 | */ |
| 11 | -class Ajax{ |
|
| 11 | +class Ajax { |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * reporting |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * @subpackage Evans |
| 18 | 18 | * @author Old Town Media |
| 19 | 19 | */ |
| 20 | -class ConnectionTest{ |
|
| 20 | +class ConnectionTest { |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * Run all of our connection tests. |
@@ -130,8 +130,8 @@ |
||
| 130 | 130 | } else { |
| 131 | 131 | // We didn't get a reponse so print the notice out |
| 132 | 132 | echo '<div class="notice notice-error">'; |
| 133 | - echo '<p>' . esc_html__( 'WordPress could not connect to Splashbase and therefore images will not pull into metaboxes/thumbnails. Turn Airplane Mode off or reconnect to the Internet to get images when creating test data.', 'dummybot' ) . '</p>'; |
|
| 134 | - echo '</div>'; |
|
| 133 | + echo '<p>' . esc_html__( 'WordPress could not connect to Splashbase and therefore images will not pull into metaboxes/thumbnails. Turn Airplane Mode off or reconnect to the Internet to get images when creating test data.', 'dummybot' ) . '</p>'; |
|
| 134 | + echo '</div>'; |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | } |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @subpackage Evans |
| 9 | 9 | * @author Old Town Media |
| 10 | 10 | */ |
| 11 | -class AdminPage{ |
|
| 11 | +class AdminPage { |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * plugin |