@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * @see load_plugin_textdomain |
46 | 46 | */ |
47 | 47 | function load_textdomain() { |
48 | - load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->file ) ) . '/languages/' ); |
|
48 | + load_plugin_textdomain( 'otm-test-content', FALSE, basename( dirname( $this->file ) ) . '/languages/' ); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | |
@@ -108,8 +108,8 @@ discard block |
||
108 | 108 | } else { |
109 | 109 | // We didn't get a reponse so print the notice out |
110 | 110 | echo '<div class="notice notice-error is-dismissible">'; |
111 | - 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>'; |
|
112 | - echo '</div>'; |
|
111 | + 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>'; |
|
112 | + echo '</div>'; |
|
113 | 113 | } |
114 | 114 | |
115 | 115 | } |