Make WordPress Core

Ticket #6481: 6481.17.diff

File 6481.17.diff, 656 bytes (added by valendesigns, 10 years ago)

Unplugged.

  • src/wp-admin/includes/upgrade.php

    diff --git src/wp-admin/includes/upgrade.php src/wp-admin/includes/upgrade.php
    index 1c0f9f7..abcd39e 100644
    As a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to d 
    262262}
    263263endif;
    264264
    265 if ( ! function_exists( 'wp_install_maybe_enable_pretty_permalinks' ) ) :
    266265/**
    267266 * Enable pretty permalinks if available.
    268267 *
    function wp_install_maybe_enable_pretty_permalinks() { 
    329328        $wp_rewrite->set_permalink_structure( '' );
    330329        $wp_rewrite->flush_rules( true );
    331330}
    332 endif;
    333331
    334332if ( !function_exists('wp_new_blog_notification') ) :
    335333/**