We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
return true
1 parent 9c81e9b commit b45e51bCopy full SHA for b45e51b
1 file changed
includes/EmbedSnap.php
@@ -26,7 +26,6 @@ class EmbedSnap {
26
public static function parserEmbedSnap( &$parser ) {
27
$parser->setHook( 'snap', [ __CLASS__,'renderEmbedSnap' ] );
28
$parser->setHook( 'snap-project', [ __CLASS__,'renderEmbedSnap' ] );
29
- return true;
30
}
31
32
/** Function to render the iframes for the <snap> tags */
0 commit comments