Skip to content

Commit

Permalink
add changes from raymond in the mediawiki repo, r67479
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jun 6, 2010
1 parent 508c68d commit 099441d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions EmbedVideo.i18n.php
Expand Up @@ -8,4 +8,5 @@
'embedvideo-bad-id' => 'EmbedVideo received the bad id "$1" for the service "$2".',
'embedvideo-illegal-width' => 'EmbedVideo received the illegal width parameter "$1".',
);

?>
5 changes: 3 additions & 2 deletions EmbedVideo.php
@@ -1,5 +1,5 @@
<?php
/*
/**
* EmbedVideo.php - Adds a parser function embedding video from popular sources.
* See README for details. For licensing information, see LICENSE. For a
* complete list of contributors, see CREDITS
Expand All @@ -16,8 +16,9 @@

# Credits
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'EmbedVideo',
'author' => 'Jim R. Wilson and Andrew Whitworth',
'author' => array('Jim R. Wilson', 'Andrew Whitworth',);
'url' => 'http://www.mediawiki.org/wiki/Extension:EmbedVideo',
'description' => 'Adds a parser function embedding video from popular sources.',
'version' => '1.0'
Expand Down

0 comments on commit 099441d

Please sign in to comment.