Ticket #827: functions.php.patch
| File functions.php.patch, 536 bytes (added by , 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
523 523 } 524 524 525 525 function get_postdata($postid) { 526 global $ post, $wpdb;526 global $wpdb; 527 527 528 528 $post = $wpdb->get_row("SELECT * FROM $wpdb->posts WHERE ID = '$postid'"); 529 529