PluginProbe
Stream – Activity Log & Audit Trail / 3.6.1
Stream – Activity Log & Audit Trail v3.6.1
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | classes/class-author.php +1 -1 3.10.03.6.1 View file →
@@ -179,9 +179,9 @@
179 179 return false;
180 180 }
181 181
182 182 if ( 1 === preg_match( '/src=([\'"])(.*?)\1/', $img, $matches ) ) {
183 - $src = html_entity_decode( $matches[2], ENT_COMPAT );
183 + $src = html_entity_decode( $matches[2] );
184 184 } else {
185 185 return false;
186 186 }
187 187