Page MenuHomePhabricator

rsd.patch

Authored By
bzimport
Nov 21 2014, 11:35 PM
Size
505 B
Referenced Files
None
Subscribers
None

rsd.patch

Index: includes/OutputPage.php
===================================================================
--- includes/OutputPage.php (revision 92407)
+++ includes/OutputPage.php (working copy)
@@ -2827,7 +2827,7 @@
$tags[] = Html::element( 'link', array(
'rel' => 'EditURI',
'type' => 'application/rsd+xml',
- 'href' => wfExpandUrl( wfAppendQuery( wfScript( 'api' ), array( 'action' => 'rsd' ) ) ),
+ 'href' => wfAppendQuery( wfScript( 'api' ), array( 'action' => 'rsd' ) ),
) );
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7415
Default Alt Text
rsd.patch (505 B)

Event Timeline