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

git-svn-id: https://develop.svn.wordpress.org/trunk@19786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-01-29 20:25:59 +00:00
parent 7ed9b79485
commit ea092db65b
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();