Make WordPress Core

Changeset 334


Ignore:
Timestamp:
08/24/2003 04:46:24 PM (22 years ago)
Author:
saxmatt
Message:

Mostly whitespace issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2template.functions.php

    r332 r334  
    112112function get_archives_link($url, $text, $format) {
    113113    if ('link' == $format) {
    114         return '<link rel="archives" title="'.$text.'" href="'.$url.'" />'."\n";
     114        return "\t".'<link rel="archives" title="'.$text.'" href="'.$url.'" />'."\n";
    115115    } else if ('option' == $format) {
    116116        return '<option value="'.$url.'">'.$text.'</option>'."\n";
    117117    } else { // 'html'
    118         return '<li><a href="'.$url.'" title="'.$text.'">'.$text.'</a></li>'."\n";
     118        return "\t".'<li><a href="'.$url.'" title="'.$text.'">'.$text.'</a></li>'."\n";
    119119    }
    120120}
Note: See TracChangeset for help on using the changeset viewer.