Make WordPress Core

Ticket #827: functions.php.patch

File functions.php.patch, 536 bytes (added by ringmaster, 21 years ago)
  • wp-includes/functions.php

    RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
    retrieving revision 1.248
    diff -u -r1.248 functions.php
     
    523523}
    524524
    525525function get_postdata($postid) {
    526         global $post, $wpdb;
     526        global $wpdb;
    527527
    528528        $post = $wpdb->get_row("SELECT * FROM $wpdb->posts WHERE ID = '$postid'");
    529529