Ticket #22704: 22704_dashboard_update_message.diff
| File 22704_dashboard_update_message.diff, 1.1 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/update-core.php
166 166 } elseif ( ! $ssl_support ) { 167 167 echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> Your server does not support HTTP requests over SSL. This install will not receive auto updates.</p></div>'; 168 168 } elseif ( WP_Automatic_Upgrader::is_vcs_checkout( ABSPATH ) ) { 169 echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> This install uses version control (SVN or Git)and thus will not receive auto updates. Try a separate install of WordPress with the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">Beta Tester</a> plugin set to bleeding edge.</p></div>';169 echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> This install uses version control and thus will not receive auto updates. Try a separate install of WordPress with the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">Beta Tester</a> plugin set to bleeding edge.</p></div>'; 170 170 } 171 171 } 172 172