mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Missing closing bracket. Hat tip: Lucas.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ca90d6e32c
commit
30711d8c0c
@ -17,7 +17,7 @@ if ('b' == $_GET['a']) {
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
|
||||
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
||||
</head>
|
||||
<body
|
||||
<body>
|
||||
<p>Posted !</p>
|
||||
<p><a href="sidebar.php">Click here</a> to post again.</p>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user