| 1 | Index: wp-includes/author-template.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-includes/author-template.php (revision 15497) |
|---|
| 4 | +++ wp-includes/author-template.php (working copy) |
|---|
| 5 | @@ -342,7 +351,7 @@ |
|---|
| 6 | $link .= '>'; |
|---|
| 7 | |
|---|
| 8 | if ( !empty($feed_image) ) |
|---|
| 9 | - $link .= "<img src=\"" . esc_url($feed_image) . "\" style=\"border: none;\"$alt$title" . ' />'; |
|---|
| 10 | + $link .= "<div class=\"authors_feed_image feed_image\"><img src=\"" . esc_url($feed_image) . "\" style=\"border: none;\"$alt$title" . ' />'; |
|---|
| 11 | else |
|---|
| 12 | $link .= $name; |
|---|
| 13 | |
|---|
| 14 | Index: wp-includes/classes.php |
|---|
| 15 | =================================================================== |
|---|
| 16 | --- wp-includes/classes.php (revision 15497) |
|---|
| 17 | +++ wp-includes/classes.php (working copy) |
|---|
| 18 | @@ -1372,7 +1372,7 @@ |
|---|
| 19 | if ( empty($feed_image) ) |
|---|
| 20 | $link .= $name; |
|---|
| 21 | else |
|---|
| 22 | - $link .= "<img src='$feed_image'$alt$title" . ' />'; |
|---|
| 23 | + $link .= "<div class=\"{$category->taxonomy}_feed_image feed_image\"><img src='$feed_image'$alt$title" . ' /></div>'; |
|---|
| 24 | $link .= '</a>'; |
|---|
| 25 | if ( empty($feed_image) ) |
|---|
| 26 | $link .= ')'; |
|---|