Make WordPress Core

Changeset 31159


Ignore:
Timestamp:
01/12/2015 04:30:01 AM (10 years ago)
Author:
dd32
Message:

The new wp_install_maybe_enable_pretty_permalinks() function doesn't need to be pluggable.
See #6481. Props nacin, valendesigns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/upgrade.php

    r31090 r31159  
    263263endif;
    264264
    265 if ( ! function_exists( 'wp_install_maybe_enable_pretty_permalinks' ) ) :
    266265/**
    267266 * Enable pretty permalinks if available.
     
    330329    $wp_rewrite->flush_rules( true );
    331330}
    332 endif;
    333331
    334332if ( !function_exists('wp_new_blog_notification') ) :
Note: See TracChangeset for help on using the changeset viewer.