summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/post.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-05 09:37:28 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-05 09:37:28 +0000
commit5780129839620fe3a114310360d24f4e01b538ee (patch)
tree9e23fed33bb4fa96c92a4701f68135ffc99e6d13 /wp-inst/wp-admin/post.php
parenta4d6e4072b70beecc76032f95bd0752f59e696c4 (diff)
More WP Merge!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@287 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/post.php')
-rw-r--r--wp-inst/wp-admin/post.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/wp-inst/wp-admin/post.php b/wp-inst/wp-admin/post.php
index a6795ba..f44be1e 100644
--- a/wp-inst/wp-admin/post.php
+++ b/wp-inst/wp-admin/post.php
@@ -317,9 +317,6 @@ default:
<?php if ( isset($_GET['posted']) ) : ?>
<div id="message" class="updated fade"><p><?php printf(__('Post saved. <a href="%s">View site &raquo;</a>'), get_bloginfo('home')); ?></p></div>
<?php endif; ?>
-<?php if ( strstr( $_SERVER['HTTP_USER_AGENT'], 'Safari' ) ) : ?>
-<div class="updated">Safari support is still experimental. Many things will not work right due to limitations in the browser.</div>
-<?php endif; ?>
<?php
if ( current_user_can('edit_posts') ) {
$action = 'post';