Make WordPress Core

Ticket #54462: 54462.diff

File 54462.diff, 402 bytes (added by henry.wright, 3 years ago)
  • src/wp-admin/includes/upgrade.php

    diff --git src/wp-admin/includes/upgrade.php src/wp-admin/includes/upgrade.php
    index 3be073f..e3ee246 100644
    if ( ! function_exists( 'wp_install_defaults' ) ) : 
    249249                                'post_content_filtered' => '',
    250250                        )
    251251                );
     252                update_option( 'post_count', 1 );
    252253                $wpdb->insert(
    253254                        $wpdb->term_relationships,
    254255                        array(