Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (20 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark-template.php

    r4444 r4495  
    147147
    148148function get_linkrating($link) {
    149     return apply_filters('link_rating', $link->link_rating);
     149        return apply_filters('link_rating', $link->link_rating);
    150150}
    151151
Note: See TracChangeset for help on using the changeset viewer.