Make WordPress Core


Ignore:
Timestamp:
04/10/2007 06:30:55 PM (17 years ago)
Author:
ryan
Message:

s/get_post_tags/wp_get_post_tags/ to match the rest of the API.

File:
1 edited

Legend:

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

    r5197 r5231  
    184184        return false; // in-the-loop function
    185185
    186     $tags = get_post_tags( $post->ID );
     186    $tags = wp_get_post_tags( $post->ID );
    187187    if ( empty( $tags ) )
    188188        return false;
Note: See TracChangeset for help on using the changeset viewer.