Changeset 28539 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/22/2014 05:36:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r28497 r28539 519 519 */ 520 520 function get_default_post_to_edit( $post_type = 'post', $create_in_db = false ) { 521 global $wpdb;522 523 521 $post_title = ''; 524 522 if ( !empty( $_REQUEST['post_title'] ) ) … … 734 732 */ 735 733 function add_meta( $post_ID ) { 736 global $wpdb;737 734 $post_ID = (int) $post_ID; 738 735
Note: See TracChangeset
for help on using the changeset viewer.