Changeset 11370 for trunk/wp-includes/general-template.php
- Timestamp:
- 05/16/2009 10:32:48 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r11347 r11370 1487 1487 $author_id = intval( get_query_var('author') ); 1488 1488 1489 $title = esc_attr(sprintf( $args['authortitle'], get_bloginfo('name'), $args['separator'], get_ author_name($author_id ) ));1489 $title = esc_attr(sprintf( $args['authortitle'], get_bloginfo('name'), $args['separator'], get_the_author_meta( 'display_name', $author_id ) )); 1490 1490 $href = get_author_feed_link( $author_id ); 1491 1491 } elseif ( is_search() ) {
Note: See TracChangeset
for help on using the changeset viewer.