Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
git-svn-id: http://svn.automattic.com/wordpress/trunk@10978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1981,15 +1981,19 @@ p.search-box {
|
||||
|
||||
/* Edit posts */
|
||||
|
||||
td.post-title strong {
|
||||
td.post-title strong, td.plugin-title strong {
|
||||
display: block;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
td.post-title p {
|
||||
td.post-title p, td.plugin-title p {
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
td.plugin-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Global classes */
|
||||
|
||||
.wp-hidden-children .wp-hidden-child,
|
||||
|
||||
Reference in New Issue
Block a user