Ticket #9393: template.diff
File template.diff, 520 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
1519 1519 1520 1520 case 'author': 1521 1521 ?> 1522 <td <?php echo $attributes ?>><a href="edit.php?author=<?php the_author_ ID(); ?>"><?php the_author() ?></a></td>1522 <td <?php echo $attributes ?>><a href="edit.php?author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td> 1523 1523 <?php 1524 1524 break; 1525 1525