All pastes #2068259 Raw Edit

Mine

public text v1 · immutable
#2068259 ·published 2011-05-24 11:05 UTC
rendered paste body
<table width=100%><tr><td>

<div id="sidebar">

<ul id="nav"><li class="page_item">/" title="<?php echo get_option('k2blogornoblog'); ?>"><?php echo get_option('k2blogornoblog'); ?>

<?php wp_list_pages('sort_column=menu_order'); ?>

<?php wp_register('<li class="admintab">',''); ?>

</div>

</td></tr></table>

3. Edit wp-includes/template-functions-post.php
around line 326 comment out or replace
$output .= ‘<li class="pagenav">’ . $r[’title_li’] . ‘

’;
with
$output .= '';