Make WordPress Core

Changeset 5286 for trunk/wp-app.php


Ignore:
Timestamp:
04/19/2007 03:03:31 AM (17 years ago)
Author:
rob1n
Message:

Rename app.php to wp-app.php and change references. fixes #4168

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r5285 r5286  
    11<?php
    22/*
    3  * app.php - Atom Publishing Protocol support for WordPress
     3 * wp-app.php - Atom Publishing Protocol support for WordPress
    44 * Original code by: Elias Torres, http://torrez.us/archives/2006/08/31/491/
    55 * Modified by: Dougal Campbell, http://dougal.gunters.org/
     
    2929    }
    3030} else {
    31     $_SERVER['PATH_INFO'] = str_replace( '/app.php', '', $_SERVER['REQUEST_URI'] );
     31    $_SERVER['PATH_INFO'] = str_replace( '/wp-app.php', '', $_SERVER['REQUEST_URI'] );
    3232}
    3333
     
    271271
    272272    var $params = array();
    273     var $script_name = "app.php";
     273    var $script_name = "wp-app.php";
    274274    var $media_content_types = array('image/*','audio/*','video/*');
    275275    var $atom_content_types = array('application/atom+xml');
Note: See TracChangeset for help on using the changeset viewer.