Changeset 4736 for trunk/wp-includes/gettext.php
- Timestamp:
- 01/16/07 01:37:48 (2 years ago)
- Files:
-
- trunk/wp-includes/gettext.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/gettext.php
r4554 r4736 303 303 $string = str_replace("n",$n,$string); 304 304 $string = str_replace('plural',"\$plural",$string); 305 305 306 # poEdit doesn't put any semicolons, which 307 # results in parse error in eval 308 $string .= ';'; 309 306 310 $total = 0; 307 311 $plural = 0;
