mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Removed 'search_engine_friendly_urls' and 'use_preview' options.
git-svn-id: https://develop.svn.wordpress.org/trunk@398 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,7 +13,6 @@ if (!$_wp_installing) {
|
||||
$new_users_can_blog = get_settings('new_users_can_blog');
|
||||
$users_can_register = get_settings('users_can_register');
|
||||
$start_of_week = get_settings('start_of_week');
|
||||
$use_preview = get_settings('use_preview');
|
||||
$use_bbcode = get_settings('use_bbcode');
|
||||
$use_gmcode = get_settings('use_gmcode');
|
||||
$use_quicktags = get_settings('use_quicktags');
|
||||
|
||||
Reference in New Issue
Block a user