Completed
Push — develop-3.2.x ( f09b5c...35409f )
by Matt
12:32 queued 07:16
created
core/bbcodes_parser.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,7 @@
 block discarded – undo
73 73
 	protected function bbvideo_pass($matches)
74 74
 	{
75 75
 		return (!empty($matches[2])) ?
76
-			"[bbvideo=$matches[2]:$matches[3]]$matches[4][/bbvideo:$matches[3]]" :
77
-			'[bbvideo=' . ext::BBVIDEO_WIDTH . ',' . ext::BBVIDEO_HEIGHT . ":$matches[3]]$matches[4][/bbvideo:$matches[3]]";
76
+			"[bbvideo=$matches[2]:$matches[3]]$matches[4][/bbvideo:$matches[3]]" : '[bbvideo=' . ext::BBVIDEO_WIDTH . ',' . ext::BBVIDEO_HEIGHT . ":$matches[3]]$matches[4][/bbvideo:$matches[3]]";
78 77
 	}
79 78
 
80 79
 	/**
Please login to merge, or discard this patch.
migrations/v310_m1_remove_data.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -147,8 +147,8 @@  discard block
 block discarded – undo
147 147
 			'scrippet',
148 148
 			'search',
149 149
 			'thumbnail',
150
-			'hr',			// no closing
151
-			'tab=',			// no closing
150
+			'hr', // no closing
151
+			'tab=', // no closing
152 152
 			'tabs',
153 153
 			'table=',
154 154
 			'anchor=',
@@ -162,13 +162,13 @@  discard block
 block discarded – undo
162 162
 			'veoh',
163 163
 
164 164
 			// These are being replaced by new BBCodes
165
-			'align=justify',	// replaced by align=
166
-			'align=left',		// replaced by align=
167
-			'align=right',		// replaced by align=
168
-			'dir=rtl',			// replaced by dir=
169
-			'marq=down',		// replaced by marq=
170
-			'marq=left',		// replaced by marq=
171
-			'marq=right',		// replaced by marq=
165
+			'align=justify', // replaced by align=
166
+			'align=left', // replaced by align=
167
+			'align=right', // replaced by align=
168
+			'dir=rtl', // replaced by dir=
169
+			'marq=down', // replaced by marq=
170
+			'marq=left', // replaced by marq=
171
+			'marq=right', // replaced by marq=
172 172
 		);
173 173
 	}
174 174
 }
Please login to merge, or discard this patch.