Changeset 11394 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/19/2009 03:36:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r11383 r11394 2481 2481 $arg = array_shift($args); 2482 2482 $i--; 2483 if ( $i == 1)2483 if ( 0 == $i ) 2484 2484 $result .= $l['between_last_two'] . $arg; 2485 2485 else
Note: See TracChangeset
for help on using the changeset viewer.