Ticket #30766: 30766.3.patch
| File 30766.3.patch, 1.5 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/dashboard.css
352 352 } 353 353 354 354 #dashboard_right_now #wp-version-message .button { 355 clear: right;356 355 float: right; 357 356 position: relative; 358 357 top: -5px; 358 margin-left: 5px; 359 359 } 360 360 361 361 .mu-storage { -
src/wp-admin/includes/update.php
221 221 $theme_name = sprintf( '<a href="themes.php">%1$s</a>', $theme_name ); 222 222 } 223 223 224 $msg = sprintf( __( 'WordPress %1$s running %2$s theme.' ), get_bloginfo( 'version', 'display' ), $theme_name );224 $msg = ''; 225 225 226 226 if ( current_user_can('update_core') ) { 227 227 $cur = get_preferred_from_update_core(); 228 228 229 229 if ( isset( $cur->response ) && $cur->response == 'upgrade' ) 230 $msg .= " <a href='" . network_admin_url( 'update-core.php' ) . "' class='button'>" . sprintf( __('Update to %s'), $cur->current ? $cur->current : __( 'Latest' ) ) . '</a>';230 $msg .= "<a href='" . network_admin_url( 'update-core.php' ) . "' class='button'>" . sprintf( __('Update to %s'), $cur->current ? $cur->current : __( 'Latest' ) ) . '</a> '; 231 231 } 232 232 233 $msg .= sprintf( __( 'WordPress %1$s running %2$s theme.' ), get_bloginfo( 'version', 'display' ), $theme_name ); 234 233 235 echo "<p id='wp-version-message'>$msg</p>"; 234 236 } 235 237
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)