Make WordPress Core


Ignore:
Timestamp:
03/26/2008 06:37:19 AM (16 years ago)
Author:
ryan
Message:

Taxonomy links and template tags from andy. see #6357

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r7497 r7520  
    13771377    $result = array_shift($args);
    13781378    if ( count($args) == 1 )
    1379         $result .= $l['between_two'] . array_shift($args);
     1379        $result .= $l['between_only_two'] . array_shift($args);
    13801380    // Loop when more than two args
    13811381    while ( count($args) ) {
Note: See TracChangeset for help on using the changeset viewer.