Changeset 5286
- Timestamp:
- 04/19/2007 03:03:31 AM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r5285 r5286 1 1 <?php 2 2 /* 3 * app.php - Atom Publishing Protocol support for WordPress3 * wp-app.php - Atom Publishing Protocol support for WordPress 4 4 * Original code by: Elias Torres, http://torrez.us/archives/2006/08/31/491/ 5 5 * Modified by: Dougal Campbell, http://dougal.gunters.org/ … … 29 29 } 30 30 } else { 31 $_SERVER['PATH_INFO'] = str_replace( '/ app.php', '', $_SERVER['REQUEST_URI'] );31 $_SERVER['PATH_INFO'] = str_replace( '/wp-app.php', '', $_SERVER['REQUEST_URI'] ); 32 32 } 33 33 … … 271 271 272 272 var $params = array(); 273 var $script_name = " app.php";273 var $script_name = "wp-app.php"; 274 274 var $media_content_types = array('image/*','audio/*','video/*'); 275 275 var $atom_content_types = array('application/atom+xml');
Note: See TracChangeset
for help on using the changeset viewer.