Completed
Push — develop-3.2.x ( 87a321...45a2bf )
by Matt
04:26 queued 01:12
created
core/similar_topics.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -214,12 +214,12 @@
 block discarded – undo
214 214
 		}
215 215
 
216 216
 		/**
217
-		* Event to modify the sql_array for similar topics
218
-		*
219
-		* @event vse.similartopics.get_topic_data
220
-		* @var	array	sql_array	SQL array to get similar topics data
221
-		* @since 1.3.0
222
-		*/
217
+		 * Event to modify the sql_array for similar topics
218
+		 *
219
+		 * @event vse.similartopics.get_topic_data
220
+		 * @var	array	sql_array	SQL array to get similar topics data
221
+		 * @since 1.3.0
222
+		 */
223 223
 		$vars = array('sql_array');
224 224
 		extract($this->dispatcher->trigger_event('vse.similartopics.get_topic_data', compact($vars)));
225 225
 
Please login to merge, or discard this patch.