We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483b64d commit 9f43fe5Copy full SHA for 9f43fe5
1 file changed
includes/EmbedSnap.php
@@ -31,7 +31,7 @@ public function onParserFirstCallInit( $parser ) {
31
}
32
33
/** Function to render the iframes for the <snap> tags */
34
- public function renderEmbedSnap( $input, $argv, $parser ) {
+ public static function renderEmbedSnap( $input, $argv, $parser ) {
35
$project = '';
36
$user = '';
37
$width = $width_max = 930;
0 commit comments