Completed
Pull Request — develop (#897)
by William
02:57
created
src/admin/wordlift_admin_meta_box_entities.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,9 @@
 block discarded – undo
97 97
 function wl_entities_box_content( $post, $wrapper = true ) {
98 98
 
99 99
 	// Angularjs edit-post widget wrapper.
100
-	if($wrapper) echo '<div id="wordlift-edit-post-outer-wrapper"></div>';
100
+	if($wrapper) {
101
+	    echo '<div id="wordlift-edit-post-outer-wrapper"></div>';
102
+	}
101 103
 
102 104
 	// Angularjs edit-post widget classification boxes configuration.
103 105
 	$classification_boxes = unserialize( WL_CORE_POST_CLASSIFICATION_BOXES );
Please login to merge, or discard this patch.