r75574 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75573‎ | r75574 | r75575 >
Date:20:06, 27 October 2010
Author:hartman
Status:deferred
Tags:
Comment:
mwRemoteEmbed: <? -> <?php
Followup to r75504 and r75560
Modified paths:
  • /branches/MwEmbedStandAlone/mwEmbedFrame.php (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/mwEmbedFrame.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /**
44 * mwEmbedFrame is a special stand alone page for iframe embed of mwEmbed modules
55 *
@@ -151,7 +151,7 @@
152152 </script>
153153 </head>
154154 <body>
155 - <?
 155+ <?php
156156 // Check if we have a way to get sources:
157157 if( isset( $this->apiTitleKey ) || isset( $this->kentryid ) || count( $this->sources ) != 0 ) {
158158 echo $this->getVideoTag();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75504* bug 25661 set warning msg to <label /> rather than <span />...dale04:47, 27 October 2010
r75560fixed undefined var in embedFramedale16:48, 27 October 2010

Status & tagging log