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 |
262 | 262 | } |
263 | 263 | endif; |
264 | 264 | |
265 | | if ( ! function_exists( 'wp_install_maybe_enable_pretty_permalinks' ) ) : |
266 | 265 | /** |
267 | 266 | * Enable pretty permalinks if available. |
268 | 267 | * |
… |
… |
function wp_install_maybe_enable_pretty_permalinks() { |
329 | 328 | $wp_rewrite->set_permalink_structure( '' ); |
330 | 329 | $wp_rewrite->flush_rules( true ); |
331 | 330 | } |
332 | | endif; |
333 | 331 | |
334 | 332 | if ( !function_exists('wp_new_blog_notification') ) : |
335 | 333 | /** |