@@ -89,8 +89,8 @@ |
||
89 | 89 | } else { |
90 | 90 | // We didn't get a reponse so print the notice out |
91 | 91 | echo '<div class="notice notice-error is-dismissible">'; |
92 | - echo '<p>'.__( '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.', 'otm-test-content' ).'</p>'; |
|
93 | - echo '</div>'; |
|
92 | + echo '<p>'.__( '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.', 'otm-test-content' ).'</p>'; |
|
93 | + echo '</div>'; |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | } |
@@ -65,7 +65,7 @@ |
||
65 | 65 | * @see load_plugin_textdomain |
66 | 66 | */ |
67 | 67 | public function load_textdomain() { |
68 | - load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->definitions->file ) ) . '/languages/' ); |
|
68 | + load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->definitions->file ) ) . '/languages/' ); |
|
69 | 69 | } |
70 | 70 | |
71 | 71 | } |