Make WordPress Core

Changeset 6229 for trunk/wp-app.php


Ignore:
Timestamp:
10/12/2007 09:12:34 PM (19 years ago)
Author:
ryan
Message:

Eliminate , , and . see #5182

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r6195 r6229  
    697697
    698698        function get_feed($page = 1, $post_type = 'post') {
    699                 global $post, $wp, $wp_query, $posts, $wpdb, $blog_id, $post_cache;
     699                global $post, $wp, $wp_query, $posts, $wpdb, $blog_id;
    700700                log_app('function',"get_feed($page, '$post_type')");
    701701                ob_start();
     
    716716                $wpdb = $GLOBALS['wpdb'];
    717717                $blog_id = (int) $GLOBALS['blog_id'];
    718                 $post_cache = $GLOBALS['post_cache'];
    719718                log_app('function',"query_posts(# " . print_r($wp_query, true) . "#)");
    720719
     
    757756                log_app('function',"get_entry($postID, '$post_type')");
    758757                ob_start();
    759                 global $posts, $post, $wp_query, $wp, $wpdb, $blog_id, $post_cache;
     758                global $posts, $post, $wp_query, $wp, $wpdb, $blog_id;
    760759                switch($post_type) {
    761760                        case 'post':
Note: See TracChangeset for help on using the changeset viewer.