Skip to content

Commit b45e51b

Browse files
authored
Remove return true which is no longer necessary since MW 1.22
1 parent 9c81e9b commit b45e51b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

includes/EmbedSnap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class EmbedSnap {
2626
public static function parserEmbedSnap( &$parser ) {
2727
$parser->setHook( 'snap', [ __CLASS__,'renderEmbedSnap' ] );
2828
$parser->setHook( 'snap-project', [ __CLASS__,'renderEmbedSnap' ] );
29-
return true;
3029
}
3130

3231
/** Function to render the iframes for the <snap> tags */

0 commit comments

Comments
 (0)