Passed
Push — master ( 223132...471f83 )
by Paul
05:10
created
views/pages/addons/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
 				'name' => 'tripadvisor',
13 13
 				'title' => 'Tripadvisor Reviews',
14 14
 			],
15
-		]);
15
+		] );
16 16
 		$template->render( 'partials/addons/addon', [
17 17
 			'context' => [
18 18
 				'description' => __( 'Sync your Yelp reviews and display them on your site.', 'site-reviews' ),
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 				'name' => 'yelp',
21 21
 				'title' => 'Yelp Reviews',
22 22
 			],
23
-		]);
23
+		] );
24 24
 	?>
25 25
 	</div>
26 26
 </div>
Please login to merge, or discard this patch.
views/partials/translations/plural.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 		<p>{{ data.s1 }}</p>
4 4
 		<p>{{ data.p1 }}</p>
5 5
 		<p class="row-actions">
6
-			<span class="delete"><a href="#{{ data.index }}" class="delete" aria-label="<?= __( 'Delete translation string', 'site-reviews' );?>"><?= __( 'Delete', 'site-reviews' ); ?></a></span>
6
+			<span class="delete"><a href="#{{ data.index }}" class="delete" aria-label="<?= __( 'Delete translation string', 'site-reviews' ); ?>"><?= __( 'Delete', 'site-reviews' ); ?></a></span>
7 7
 		</p>
8 8
 		<button type="button" class="toggle-row">
9 9
 			<span class="screen-reader-text"><?= __( 'Show custom translation', 'site-reviews' ); ?></span>
Please login to merge, or discard this patch.
views/partials/translations/single.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 	<td class="glsr-string-td1 column-primary">
3 3
 		<p>{{ data.s1 }}</p>
4 4
 		<p class="row-actions">
5
-			<span class="delete"><a href="#{{ data.index }}" class="delete" aria-label="<?= __( 'Delete translation string', 'site-reviews' );?>"><?= __( 'Delete', 'site-reviews' ); ?></a></span>
5
+			<span class="delete"><a href="#{{ data.index }}" class="delete" aria-label="<?= __( 'Delete translation string', 'site-reviews' ); ?>"><?= __( 'Delete', 'site-reviews' ); ?></a></span>
6 6
 		</p>
7 7
 		<button type="button" class="toggle-row">
8 8
 			<span class="screen-reader-text"><?= __( 'Show custom translation', 'site-reviews' ); ?></span>
Please login to merge, or discard this patch.
views/partials/editor/metabox-categories.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 		</ul>
21 21
 	</div>
22 22
 
23
-	<?php if( current_user_can( $taxonomy->cap->edit_terms )) : ?>
23
+	<?php if( current_user_can( $taxonomy->cap->edit_terms ) ) : ?>
24 24
 	<div id="<?= $tax_name; ?>-adder" class="wp-hidden-children">
25 25
 		<a id="<?= $tax_name; ?>-add-toggle" href="#<?= $tax_name; ?>-add" class="hide-if-no-js taxonomy-add-new">
26 26
 			<?= sprintf( '+ %s', $taxonomy->labels->add_new_item ); ?>
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 			<label class="screen-reader-text" for="new<?= $tax_name; ?>"><?= $taxonomy->labels->add_new_item; ?></label>
30 30
 			<input type="text" name="new<?= $tax_name; ?>" id="new<?= $tax_name; ?>" class="form-required form-input-tip" value="<?= esc_attr( $taxonomy->labels->new_item_name ); ?>" aria-required="true"/>
31 31
 			<input type="button" id="<?= $tax_name; ?>-add-submit" data-wp-lists="add:<?= $tax_name; ?>checklist:<?= $tax_name; ?>-add" class="button category-add-submit" value="<?= esc_attr( $taxonomy->labels->add_new_item ); ?>" />
32
-			<?php wp_nonce_field( 'add-' . $tax_name, '_ajax_nonce-add-' . $tax_name, false ); ?>
32
+			<?php wp_nonce_field( 'add-'.$tax_name, '_ajax_nonce-add-'.$tax_name, false ); ?>
33 33
 			<span id="<?= $tax_name; ?>-ajax-response"></span>
34 34
 		</div>
35 35
 	</div>
Please login to merge, or discard this patch.
views/partials/email/header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
 <html>
5 5
 <head>
6 6
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
-    <title><?= wp_specialchars_decode( (string) get_option( 'blogname', '' ), ENT_QUOTES ); ?></title>
7
+    <title><?= wp_specialchars_decode( (string)get_option( 'blogname', '' ), ENT_QUOTES ); ?></title>
8 8
 </head>
9 9
 <body>
Please login to merge, or discard this patch.
views/partials/email/index.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php defined( 'WPINC' ) || die;
2 2
 
3
-include trailingslashit(__DIR__).'header.php';
4
-include trailingslashit(__DIR__).'body.php';
5
-include trailingslashit(__DIR__).'footer.php';
3
+include trailingslashit( __DIR__ ).'header.php';
4
+include trailingslashit( __DIR__ ).'body.php';
5
+include trailingslashit( __DIR__ ).'footer.php';
Please login to merge, or discard this patch.
plugin/Modules/Email.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 		$this->message = $this->buildHtmlMessage( $email );
44 44
 		$this->subject = $email['subject'];
45 45
 		$this->to = $email['to'];
46
-		add_action( 'phpmailer_init', [ $this, 'buildPlainTextMessage'] );
46
+		add_action( 'phpmailer_init', [$this, 'buildPlainTextMessage'] );
47 47
 		return $this;
48 48
 	}
49 49
 
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 	 */
84 84
 	public function buildPlainTextMessage( $phpmailer )
85 85
 	{
86
-		if( $phpmailer->ContentType === 'text/plain' || !empty( $phpmailer->AltBody ))return;
86
+		if( $phpmailer->ContentType === 'text/plain' || !empty($phpmailer->AltBody) )return;
87 87
 		$message = $this->stripHtmlTags( $phpmailer->Body );
88 88
 		$phpmailer->AltBody = apply_filters( 'site-reviews/email/message', $message, 'text', $this );
89 89
 	}
@@ -99,10 +99,10 @@  discard block
 block discarded – undo
99 99
 			'from',
100 100
 			'reply-to',
101 101
 		];
102
-		$headers = array_intersect_key( $email, array_flip( $allowed ));
102
+		$headers = array_intersect_key( $email, array_flip( $allowed ) );
103 103
 		$headers = array_filter( $headers );
104 104
 		foreach( $headers as $key => $value ) {
105
-			unset( $headers[ $key ] );
105
+			unset($headers[$key]);
106 106
 			$headers[] = "{$key}: {$value}";
107 107
 		}
108 108
 		$headers[] = 'Content-Type: text/html';
@@ -114,16 +114,16 @@  discard block
 block discarded – undo
114 114
 	 */
115 115
 	protected function buildHtmlMessage( $email )
116 116
 	{
117
-		$template = trim( glsr( OptionManager::class )->get( 'settings.general.notification_message' ));
118
-		if( !empty( $template )) {
117
+		$template = trim( glsr( OptionManager::class )->get( 'settings.general.notification_message' ) );
118
+		if( !empty($template) ) {
119 119
 			$message = glsr( Template::class )->interpolate( $template, $email['template-tags'] );
120 120
 		}
121 121
 		else if( $email['template'] ) {
122 122
 			$message = glsr( Template::class )->build( 'templates/'.$email['template'], [
123 123
 				'context' => $email['template-tags'],
124
-			]);
124
+			] );
125 125
 		}
126
-		if( !isset( $message )) {
126
+		if( !isset($message) ) {
127 127
 			$message = $email['message'];
128 128
 		}
129 129
 		$message = $email['before'].$message.$email['after'];
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
 		$message = str_replace( ']]>', ']]&gt;', $message );
135 135
 		$message = glsr( Template::class )->build( 'partials/email/index', [
136 136
 			'context' => ['message' => $message],
137
-		]);
137
+		] );
138 138
 		return apply_filters( 'site-reviews/email/message', stripslashes( $message ), 'html', $this );
139 139
 	}
140 140
 
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
 			'to' => '',
161 161
 		];
162 162
 		$email = shortcode_atts( $defaults, $email );
163
-		if( empty( $email['reply-to'] )) {
163
+		if( empty($email['reply-to']) ) {
164 164
 			$email['reply-to'] = $email['from'];
165 165
 		}
166 166
 		return apply_filters( 'site-reviews/email/compose', $email, $this );
Please login to merge, or discard this patch.
plugin/Database.php 1 patch
Spacing   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -35,11 +35,11 @@  discard block
 block discarded – undo
35 35
 			'post_type' => Application::POST_TYPE,
36 36
 		];
37 37
 		if( $review['review_type'] == 'local' && (
38
-			glsr( OptionManager::class )->get( 'settings.general.require.approval' ) == 'yes' || $command->blacklisted )) {
38
+			glsr( OptionManager::class )->get( 'settings.general.require.approval' ) == 'yes' || $command->blacklisted ) ) {
39 39
 			$post['post_status'] = 'pending';
40 40
 		}
41 41
 		$postId = wp_insert_post( $post, true );
42
-		if( is_wp_error( $postId )) {
42
+		if( is_wp_error( $postId ) ) {
43 43
 			glsr_log()->error( $postId->get_error_message() );
44 44
 			return false;
45 45
 		}
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 	 */
58 58
 	public function deleteReview( $metaReviewId )
59 59
 	{
60
-		if( $postId = $this->getReviewPostId( $metaReviewId )) {
60
+		if( $postId = $this->getReviewPostId( $metaReviewId ) ) {
61 61
 			wp_delete_post( $postId, true );
62 62
 		}
63 63
 	}
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 	 */
69 69
 	public function getReview( $post )
70 70
 	{
71
-		if( !( $post instanceof WP_Post ) || $post->post_type != Application::POST_TYPE )return;
71
+		if( !($post instanceof WP_Post) || $post->post_type != Application::POST_TYPE )return;
72 72
 		$review = $this->getReviewMeta( $post->ID );
73 73
 		$modified = $this->isReviewModified( $post, $review );
74 74
 		$review->content = $post->post_content;
@@ -90,13 +90,13 @@  discard block
 block discarded – undo
90 90
 	{
91 91
 		$metaKey = $this->normalizeMetaKey( $metaKey );
92 92
 		if( !$metaKey ) {
93
-			return (array) wp_count_posts( Application::POST_TYPE );
93
+			return (array)wp_count_posts( Application::POST_TYPE );
94 94
 		}
95 95
 		$counts = glsr( Cache::class )->getReviewCountsFor( $metaKey );
96 96
 		if( !$metaValue ) {
97 97
 			return $counts;
98 98
 		}
99
-		return isset( $counts[$metaValue] )
99
+		return isset($counts[$metaValue])
100 100
 			? $counts[$metaValue]
101 101
 			: 0;
102 102
 	}
@@ -117,9 +117,9 @@  discard block
 block discarded – undo
117 117
 	public function getReviewMeta( $postId )
118 118
 	{
119 119
 		$meta = get_post_type( $postId ) == Application::POST_TYPE
120
-			? array_map( 'array_shift', (array) get_post_meta( $postId ))
120
+			? array_map( 'array_shift', (array)get_post_meta( $postId ) )
121 121
 			: [];
122
-		return (object) $this->normalizeMeta( array_filter( $meta, 'strlen' ));
122
+		return (object)$this->normalizeMeta( array_filter( $meta, 'strlen' ) );
123 123
 	}
124 124
 
125 125
 	/**
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 		$paged = glsr( QueryBuilder::class )->getPaged(
149 149
 			wp_validate_boolean( $args['pagination'] )
150 150
 		);
151
-		$reviews = new WP_Query([
151
+		$reviews = new WP_Query( [
152 152
 			'meta_key' => 'pinned',
153 153
 			'meta_query' => $metaQuery,
154 154
 			'offset' => $args['offset'],
@@ -161,8 +161,8 @@  discard block
 block discarded – undo
161 161
 			'post_type' => Application::POST_TYPE,
162 162
 			'posts_per_page' => $args['count'] ? $args['count'] : -1,
163 163
 			'tax_query' => $taxQuery,
164
-		]);
165
-		return (object) [
164
+		] );
165
+		return (object)[
166 166
 			'results' => array_map( [$this, 'getReview'], $reviews->posts ),
167 167
 			'max_num_pages' => $reviews->max_num_pages,
168 168
 		];
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
 	public function getReviewsMeta( $keys, $status = 'publish' )
177 177
 	{
178 178
 		$keys = array_map( [$this, 'normalizeMetaKey'], (array)$keys );
179
-		if( $status == 'all' || empty( $status )) {
179
+		if( $status == 'all' || empty($status) ) {
180 180
 			$status = get_post_stati( ['exclude_from_search' => false] );
181 181
 		}
182 182
 		return glsr( SqlQueries::class )->getReviewsMeta( $keys, $status );
@@ -192,10 +192,10 @@  discard block
 block discarded – undo
192 192
 			'fields' => 'id=>name',
193 193
 			'hide_empty' => false,
194 194
 			'taxonomy' => Application::TAXONOMY,
195
-		]);
196
-		unset( $args['count'] ); //we don't want a term count
195
+		] );
196
+		unset($args['count']); //we don't want a term count
197 197
 		$terms = get_terms( $args );
198
-		if( is_wp_error( $terms )) {
198
+		if( is_wp_error( $terms ) ) {
199 199
 			glsr_log()->error( $terms->get_error_message() );
200 200
 			return [];
201 201
 		}
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
 	 */
208 208
 	public function normalizeMeta( array $meta )
209 209
 	{
210
-		if( empty( $meta )) {
210
+		if( empty($meta) ) {
211 211
 			return [];
212 212
 		}
213 213
 		$defaults = wp_parse_args( $meta, [
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 			'date' => '',
216 216
 			'review_id' => '',
217 217
 			'review_type' => '',
218
-		]);
218
+		] );
219 219
 		return glsr( CreateReviewDefaults::class )->merge( $defaults, true );
220 220
 	}
221 221
 
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
 	public function normalizeMetaKey( $metaKey )
227 227
 	{
228 228
 		$metaKey = strtolower( $metaKey );
229
-		if( in_array( $metaKey, ['id', 'type'] )) {
229
+		if( in_array( $metaKey, ['id', 'type'] ) ) {
230 230
 			$metaKey = 'review_'.$metaKey;
231 231
 		}
232 232
 		return $metaKey;
@@ -239,10 +239,10 @@  discard block
 block discarded – undo
239 239
 	public function normalizeTerms( $termIds )
240 240
 	{
241 241
 		$terms = [];
242
-		$termIds = array_map( 'trim', explode( ',', $termIds ));
242
+		$termIds = array_map( 'trim', explode( ',', $termIds ) );
243 243
 		foreach( $termIds as $termId ) {
244 244
 			$term = term_exists( $termId, Application::TAXONOMY );
245
-			if( !isset( $term['term_id'] ))continue;
245
+			if( !isset($term['term_id']) )continue;
246 246
 			$terms[] = intval( $term['term_id'] );
247 247
 		}
248 248
 		return $terms;
@@ -255,15 +255,15 @@  discard block
 block discarded – undo
255 255
 	public function revertReview( $postId )
256 256
 	{
257 257
 		$post = get_post( $postId );
258
-		if( !( $post instanceof WP_Post ) || $post->post_type != Application::POST_TYPE )return;
258
+		if( !($post instanceof WP_Post) || $post->post_type != Application::POST_TYPE )return;
259 259
 		delete_post_meta( $post->ID, '_edit_last' );
260
-		$result = wp_update_post([
260
+		$result = wp_update_post( [
261 261
 			'ID' => $post->ID,
262 262
 			'post_content' => get_post_meta( $post->ID, 'content', true ),
263 263
 			'post_date' => get_post_meta( $post->ID, 'date', true ),
264 264
 			'post_title' => get_post_meta( $post->ID, 'title', true ),
265
-		]);
266
-		if( is_wp_error( $result )) {
265
+		] );
266
+		if( is_wp_error( $result ) ) {
267 267
 			glsr_log()->error( $result->get_error_message() );
268 268
 		}
269 269
 	}
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
 			'post_status' => 'publish',
279 279
 			'post_type' => 'any',
280 280
 		];
281
-		if( is_numeric( $searchTerm )) {
281
+		if( is_numeric( $searchTerm ) ) {
282 282
 			$args['post__in'] = [$searchTerm];
283 283
 		}
284 284
 		else {
@@ -297,9 +297,9 @@  discard block
 block discarded – undo
297 297
 			ob_start();
298 298
 			glsr()->render( 'partials/editor/search-result', [
299 299
 				'ID' => get_the_ID(),
300
-				'permalink' => esc_url( (string) get_permalink() ),
300
+				'permalink' => esc_url( (string)get_permalink() ),
301 301
 				'title' => esc_attr( get_the_title() ),
302
-			]);
302
+			] );
303 303
 			$results .= ob_get_clean();
304 304
 		}
305 305
 		wp_reset_postdata();
@@ -314,9 +314,9 @@  discard block
 block discarded – undo
314 314
 	public function setReviewMeta( $postId, $termIds )
315 315
 	{
316 316
 		$terms = $this->normalizeTerms( $termIds );
317
-		if( empty( $terms ))return;
317
+		if( empty($terms) )return;
318 318
 		$result = wp_set_object_terms( $postId, $terms, Application::TAXONOMY );
319
-		if( is_wp_error( $result )) {
319
+		if( is_wp_error( $result ) ) {
320 320
 			glsr_log()->error( $result->get_error_message() );
321 321
 		}
322 322
 	}
Please login to merge, or discard this patch.
plugin/Controllers/AdminController.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 	{
33 33
 		$links[] = glsr( Builder::class )->a( __( 'Settings', 'site-reviews' ), [
34 34
 			'href' => admin_url( 'edit.php?post_type='.Application::POST_TYPE.'&page=settings' ),
35
-		]);
35
+		] );
36 36
 		return $links;
37 37
 	}
38 38
 
@@ -44,12 +44,12 @@  discard block
 block discarded – undo
44 44
 	{
45 45
 		$postType = Application::POST_TYPE;
46 46
 		$postCount = wp_count_posts( $postType );
47
-		if( !isset( $postCount->publish ) || !$postCount->publish ) {
47
+		if( !isset($postCount->publish) || !$postCount->publish ) {
48 48
 			return $items;
49 49
 		}
50 50
 		$postTypeObject = get_post_type_object( $postType );
51 51
 		$text = _n( '%s Review', '%s Reviews', $postCount->publish, 'site-reviews' );
52
-		$text = sprintf( $text, number_format_i18n( $postCount->publish ));
52
+		$text = sprintf( $text, number_format_i18n( $postCount->publish ) );
53 53
 		$items[] = $postTypeObject && current_user_can( $postTypeObject->cap->edit_posts )
54 54
 			? sprintf( '<a class="glsr-review-count" href="edit.php?post_type=%s">%s</a>', $postType, $text )
55 55
 			: sprintf( '<span class="glsr-review-count">%s</span>', $text );
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	public function filterTinymcePlugins( array $plugins )
64 64
 	{
65 65
 		if( user_can_richedit()
66
-			&& ( current_user_can( 'edit_posts' ) || current_user_can( 'edit_pages' ))) {
66
+			&& (current_user_can( 'edit_posts' ) || current_user_can( 'edit_pages' )) ) {
67 67
 			$plugins['glsr_shortcode'] = glsr()->url( 'assets/scripts/mce-plugin.js' );
68 68
 		}
69 69
 		return $plugins;
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	 */
76 76
 	public function registerPointers()
77 77
 	{
78
-		$command = new RegisterPointers([[
78
+		$command = new RegisterPointers( [[
79 79
 			'content' => __( 'You can pin exceptional reviews so that they are always shown first.', 'site-reviews' ),
80 80
 			'id' => 'glsr-pointer-pinned',
81 81
 			'position' => [
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 			'screen' => Application::POST_TYPE,
86 86
 			'target' => '#misc-pub-pinned',
87 87
 			'title' => __( 'Pin Your Reviews', 'site-reviews' ),
88
-		]]);
88
+		]] );
89 89
 		$this->execute( $command );
90 90
 	}
91 91
 
@@ -95,11 +95,11 @@  discard block
 block discarded – undo
95 95
 	 */
96 96
 	public function registerShortcodeButtons()
97 97
 	{
98
-		$command = new RegisterShortcodeButtons([
98
+		$command = new RegisterShortcodeButtons( [
99 99
 			'site_reviews' => esc_html__( 'Recent Reviews', 'site-reviews' ),
100 100
 			'site_reviews_form' => esc_html__( 'Submit a Review', 'site-reviews' ),
101 101
 			'site_reviews_summary' => esc_html__( 'Summary of Reviews', 'site-reviews' ),
102
-		]);
102
+		] );
103 103
 		$this->execute( $command );
104 104
 	}
105 105
 
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 		if( !$this->isReviewEditable( $post ) )return;
113 113
 		glsr()->render( 'partials/editor/review', [
114 114
 			'post' => $post,
115
-		]);
115
+		] );
116 116
 	}
117 117
 
118 118
 	/**
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 	public function renderReviewNotice( WP_Post $post )
123 123
 	{
124 124
 		if( !$this->isReviewEditable( $post ) )return;
125
-		glsr( Notice::class )->addWarning( __( 'This review is read-only.', 'site-reviews' ));
125
+		glsr( Notice::class )->addWarning( __( 'This review is read-only.', 'site-reviews' ) );
126 126
 		glsr()->render( 'partials/editor/notice' );
127 127
 	}
128 128
 
@@ -135,13 +135,13 @@  discard block
 block discarded – undo
135 135
 		if( glsr_current_screen()->base != 'post' )return;
136 136
 		$shortcodes = [];
137 137
 		foreach( glsr()->mceShortcodes as $shortcode => $values ) {
138
-			if( !apply_filters( sanitize_title( $shortcode ).'_condition', true ))continue;
138
+			if( !apply_filters( sanitize_title( $shortcode ).'_condition', true ) )continue;
139 139
 			$shortcodes[$shortcode] = $values;
140 140
 		}
141
-		if( empty( $shortcodes ))return;
141
+		if( empty($shortcodes) )return;
142 142
 		glsr()->render( 'partials/editor/tinymce', [
143 143
 			'shortcodes' => $shortcodes,
144
-		]);
144
+		] );
145 145
 	}
146 146
 
147 147
 	/**
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	public function routerClearLog()
151 151
 	{
152 152
 		glsr( Logger::class )->clear();
153
-		glsr( Notice::class )->addSuccess( __( 'Log cleared.', 'site-reviews' ));
153
+		glsr( Notice::class )->addSuccess( __( 'Log cleared.', 'site-reviews' ) );
154 154
 	}
155 155
 
156 156
 	/**
Please login to merge, or discard this patch.