Changeset 31152 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/12/2015 12:02:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r31120 r31152 2182 2182 2183 2183 $avatar = sprintf( 2184 '<img alt="%s" src="%s" class="%s" height="%d" width="%d" />',2184 "<img alt='%s' src='%s' class='%s' height='%d' width='%d' />", 2185 2185 esc_attr( $args['alt'] ), 2186 2186 esc_url( $url ),
Note: See TracChangeset
for help on using the changeset viewer.