PluginProbe
Import Social Events / 1.8.5
Import Social Events v1.8.5
1.9.1 1.9.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 All 61 releases
← All changes | includes/lib/icalcreator/src/Util/StringFactory.php +1 -1 trunk1.8.5 View file →
@@ -133,9 +133,9 @@
133 133 $rows = self::trimLeadingRows( $rows );
134 134 $cnt = count( $rows );
135 135 if( 3 > $cnt ) { /* err 10 */
136 136 throw new UnexpectedValueException(
137 - sprintf( $ERR10, $cnt, PHP_EOL . implode( PHP_EOL, $rows )) // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped
137 + sprintf( $ERR10, $cnt, PHP_EOL . implode( PHP_EOL, $rows ))
138 138 );
139 139 }
140 140 /* skip trailing empty lines and ensure an end row */
141 141 $rows = self::trimTrailingRows( $rows );