Switch to Feedback, from Suggest Ideas, for a default link, based on 3.3 toolbar. see #19601.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-01-29 20:25:59 +00:00
parent fda09f5124
commit 5d761c1cb6
1 changed files with 3 additions and 3 deletions

View File

@ -172,8 +172,8 @@ function wp_install_defaults($user_id) {
'link_rss' => '',
'link_notes' =>'');
$default_links[] = array( 'link_url' => 'http://wordpress.org/extend/ideas/',
'link_name' => __( 'Suggest Ideas' ),
$default_links[] = array( 'link_url' => __( 'http://wordpress.org/support/forum/requests-and-feedback' ),
'link_name' => __( 'Feedback' ),
'link_rss' => '',
'link_notes' =>'');
@ -565,7 +565,7 @@ function upgrade_110() {
$time_difference = $all_options->time_difference;
$server_time = time()+date('Z');
$server_time = time()+date('Z');
$weblogger_time = $server_time + $time_difference*3600;
$gmt_time = time();