Changeset 10902 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 04/09/2009 01:46:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r10810 r10902 113 113 $default_links[] = array( 'link_url' => 'http://codex.wordpress.org/', 114 114 'link_name' => 'Documentation', 115 'link_category' => 0,116 115 'link_rss' => '', 117 116 'link_notes' => ''); … … 119 118 $default_links[] = array( 'link_url' => 'http://wordpress.org/development/', 120 119 'link_name' => 'Development Blog', 121 'link_category' => 0,122 120 'link_rss' => 'http://wordpress.org/development/feed/', 123 121 'link_notes' => ''); … … 125 123 $default_links[] = array( 'link_url' => 'http://wordpress.org/extend/ideas/', 126 124 'link_name' => 'Suggest Ideas', 127 'link_category' => 0,128 125 'link_rss' => '', 129 126 'link_notes' =>''); … … 131 128 $default_links[] = array( 'link_url' => 'http://wordpress.org/support/', 132 129 'link_name' => 'Support Forum', 133 'link_category' => 0,134 130 'link_rss' => '', 135 131 'link_notes' =>''); … … 137 133 $default_links[] = array( 'link_url' => 'http://wordpress.org/extend/plugins/', 138 134 'link_name' => 'Plugins', 139 'link_category' => 0,140 135 'link_rss' => '', 141 136 'link_notes' =>''); … … 143 138 $default_links[] = array( 'link_url' => 'http://wordpress.org/extend/themes/', 144 139 'link_name' => 'Themes', 145 'link_category' => 0,146 140 'link_rss' => '', 147 141 'link_notes' =>''); … … 149 143 $default_links[] = array( 'link_url' => 'http://planet.wordpress.org/', 150 144 'link_name' => 'WordPress Planet', 151 'link_category' => 0,152 145 'link_rss' => '', 153 146 'link_notes' =>''); … … 170 163 'post_excerpt' => '', 171 164 'post_title' => __('Hello world!'), 172 'post_category' => 0,173 165 /* translators: Default post slug */ 174 166 'post_name' => _x('hello-world', 'Default post slug'), … … 202 194 'post_excerpt' => '', 203 195 'post_title' => __('About'), 204 'post_category' => '',205 196 /* translators: Default page slug */ 206 197 'post_name' => _x('about', 'Default page slug'),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)