Remove debug cruft
git-svn-id: http://svn.automattic.com/wordpress/trunk@6272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6edc7aed5c
commit
c5dd16dd70
|
@ -17,7 +17,7 @@ $bgcolor = '';
|
||||||
add_filter('the_title','wp_specialchars');
|
add_filter('the_title','wp_specialchars');
|
||||||
while (have_posts()) : the_post(); $i_post++;
|
while (have_posts()) : the_post(); $i_post++;
|
||||||
if ( 16 == $i_post )
|
if ( 16 == $i_post )
|
||||||
echo "\t</tbody>\n\t<tbody id='the-extra-list' class='list:post' style='color: red'>\n"; // Hack!
|
echo "\t</tbody>\n\t<tbody id='the-extra-list' class='list:post' style='display: none'>\n"; // Hack!
|
||||||
$class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate';
|
$class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate';
|
||||||
global $current_user;
|
global $current_user;
|
||||||
$post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' );
|
$post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' );
|
||||||
|
|
Loading…
Reference in New Issue