Make WordPress Core

Changeset 5700 for trunk/wp-app.php


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (19 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r5547 r5700  
    110110        while(!feof($fp)) {
    111111            $line = fgets($fp, 4096);
    112          
     112
    113113            if($app_logging) $contents .= $line;
    114114
     
    163163                array_push($this->in_content, ">");
    164164            }
    165          
     165
    166166            array_push($this->in_content, "<". $this->ns_to_prefix($name) ."{$xmlns_str}{$attrs_str}");
    167167        } else if(in_array($tag, $this->ATOM_CONTENT_ELEMENTS) || in_array($tag, $this->ATOM_SIMPLE_ELEMENTS)) {
Note: See TracChangeset for help on using the changeset viewer.