Changeset 7520 for trunk/wp-includes/formatting.php
- Timestamp:
- 03/26/2008 06:37:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r7497 r7520 1377 1377 $result = array_shift($args); 1378 1378 if ( count($args) == 1 ) 1379 $result .= $l['between_ two'] . array_shift($args);1379 $result .= $l['between_only_two'] . array_shift($args); 1380 1380 // Loop when more than two args 1381 1381 while ( count($args) ) {
Note: See TracChangeset
for help on using the changeset viewer.