Changeset 12079 for trunk/wp-includes/pomo/streams.php
- Timestamp:
- 10/21/2009 07:06:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/streams.php
r11626 r12079 4 4 * Based on the classes from Danilo Segan <danilo@kvota.net> 5 5 * 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 $ 7 7 * @package pomo 8 8 * @subpackage streams … … 10 10 11 11 12 if ( !class_exists( 'POMO_StringReader' ) ): 12 13 /** 13 14 * Provides file-like methods for manipulating a string instead … … 62 63 63 64 } 65 endif; 64 66 67 if ( !class_exists( 'POMO_CachedFileReader' ) ): 65 68 /** 66 69 * Reads the contents of the file in the beginning. … … 75 78 } 76 79 } 80 endif; 77 81 82 if ( !class_exists( 'POMO_CachedIntFileReader' ) ): 78 83 /** 79 84 * Allows reading integers from a file. … … 134 139 } 135 140 } 136 137 ?> 141 endif;
Note: See TracChangeset
for help on using the changeset viewer.