Ticket #31363: 31363.patch
| File 31363.patch, 935 bytes (added by , 11 years ago) |
|---|
-
wp-admin/includes/dashboard.php
1321 1321 <?php if ( current_user_can( 'manage_options' ) ) : ?> 1322 1322 <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li> 1323 1323 <?php endif; ?> 1324 <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more" >' . __( 'Learn more about getting started' ) . '</a>', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>1324 <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more" target="_blank">' . __( 'Learn more about getting started' ) . '</a>', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li> 1325 1325 </ul> 1326 1326 </div> 1327 1327 </div>