mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Remove dead code. props nathanrice, fixes #13893.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f7374b8e6
commit
e915bc2f45
@ -74,9 +74,6 @@ switch ( $post->post_status ) {
|
||||
case 'auto-draft':
|
||||
_e('Draft');
|
||||
break;
|
||||
case 'auto-draft':
|
||||
_e('Unsaved');
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user