Remove some no longer needed JS. Props mdawaffe. fixes #6011
git-svn-id: http://svn.automattic.com/wordpress/trunk@7102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ecde2cdbb
commit
fcd52b23a1
|
@ -54,11 +54,6 @@ if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
|
||||||
/* <![CDATA[ */
|
|
||||||
jQuery(function($){$('#the-list').wpList();});
|
|
||||||
/* ]]> */
|
|
||||||
</script>
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<form id="posts-filter" action="" method="get">
|
<form id="posts-filter" action="" method="get">
|
||||||
<h2><?php
|
<h2><?php
|
||||||
|
|
Loading…
Reference in New Issue