Make WordPress Core


Ignore:
Timestamp:
03/23/2007 12:59:21 AM (18 years ago)
Author:
matt
Message:

(int)er the dragon.

File:
1 edited

Legend:

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

    r5028 r5087  
    347347    global $wp_query;
    348348
    349     $id = $wp_query->post->ID;
     349    $id = (int) $wp_query->post->ID;
    350350    $template = get_post_meta($id, '_wp_page_template', true);
    351351
Note: See TracChangeset for help on using the changeset viewer.