Make WordPress Core


Ignore:
Timestamp:
10/21/2009 07:06:55 AM (15 years ago)
Author:
westi
Message:

Merge updated pomo code. Includes new NOOP_Translations class see #10971 props nbachiyski.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pomo/streams.php

    r11626 r12079  
    44 * Based on the classes from Danilo Segan <danilo@kvota.net>
    55 *
    6  * @version $Id: streams.php 138 2009-06-23 13:22:09Z nbachiyski $
     6 * @version $Id: streams.php 223 2009-09-07 21:20:13Z nbachiyski $
    77 * @package pomo
    88 * @subpackage streams
     
    1010
    1111
     12if ( !class_exists( 'POMO_StringReader' ) ):
    1213/**
    1314 * Provides file-like methods for manipulating a string instead
     
    6263
    6364}
     65endif;
    6466
     67if ( !class_exists( 'POMO_CachedFileReader' ) ):
    6568/**
    6669 * Reads the contents of the file in the beginning.
     
    7578    }
    7679}
     80endif;
    7781
     82if ( !class_exists( 'POMO_CachedIntFileReader' ) ):
    7883/**
    7984 * Allows reading integers from a file.
     
    134139    }
    135140}
    136 
    137 ?>
     141endif;
Note: See TracChangeset for help on using the changeset viewer.