Ticket #16216: 16216.diff
File 16216.diff, 768 bytes (added by , 14 years ago) |
---|
-
wp-admin/update-core.php
139 139 echo ' <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>'; 140 140 echo '</p>'; 141 141 142 if ( file_exists( '.svn' ) ) 143 echo '<div class="updated inline"><p>' . __( '<strong>Warning:</strong> It appears that you are running an SVN checkout of Wordpress. You may wish to keep up to date using SVN instead of the auto-updater.' ) . '</p></div>'; 144 142 145 if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) { 143 146 echo '<h3>'; 144 147 _e('You have the latest version of WordPress.');