Changeset 49193 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 10/18/2020 05:25:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r49108 r49193 2724 2724 esc_url( $url ), 2725 2725 esc_url( $url2x ) . ' 2x', 2726 esc_attr( join( ' ', $class ) ),2726 esc_attr( implode( ' ', $class ) ), 2727 2727 (int) $args['height'], 2728 2728 (int) $args['width'],
Note: See TracChangeset
for help on using the changeset viewer.