Changeset 15085
- Timestamp:
- 06/01/2010 12:26:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15032 r15085 1433 1433 case 'author': 1434 1434 ?> 1435 <td <?php echo $attributes ?>><a href="edit.php? author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td>1435 <td <?php echo $attributes ?>><a href="edit.php?post_type=<?php echo $post->post_type; ?>&author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td> 1436 1436 <?php 1437 1437 break; … … 1623 1623 case 'author': 1624 1624 ?> 1625 <td <?php echo $attributes ?>><a href="edit -pages.php?author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td>1625 <td <?php echo $attributes ?>><a href="edit.php?post_type=<?php echo $post_type; ?>&author=<?php the_author_meta('ID'); ?>"><?php the_author() ?></a></td> 1626 1626 <?php 1627 1627 break;
Note: See TracChangeset
for help on using the changeset viewer.