Changeset 11322 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/14/2009 01:52:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11314 r11322 1521 1521 case 'author': 1522 1522 ?> 1523 <td <?php echo $attributes ?>><a href="edit.php?author=<?php the_author_ ID(); ?>"><?php the_author() ?></a></td>1523 <td <?php echo $attributes ?>><a href="edit.php?author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td> 1524 1524 <?php 1525 1525 break; … … 1702 1702 case 'author': 1703 1703 ?> 1704 <td <?php echo $attributes ?>><a href="edit-pages.php?author=<?php the_author_ ID(); ?>"><?php the_author() ?></a></td>1704 <td <?php echo $attributes ?>><a href="edit-pages.php?author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td> 1705 1705 <?php 1706 1706 break;
Note: See TracChangeset
for help on using the changeset viewer.