Changeset 2648804
Legend:
- Unmodified
- Added
- Removed
-
amp-wp/tags/1.5.14/includes/functions/amp-wp-theme-functions.php
r2648796 r2648804 2303 2303 $output .= 'width="30" '; 2304 2304 $output .= 'height="30" '; 2305 $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . ''; 2305 2306 $output .= $param; 2306 $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';2307 2307 $output .= 'class="rounded amp-social-share-' . esc_attr( $type ) . '" '; 2308 2308 $output .= '>'; -
amp-wp/trunk/includes/functions/amp-wp-theme-functions.php
r2648796 r2648804 2303 2303 $output .= 'width="30" '; 2304 2304 $output .= 'height="30" '; 2305 $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . ''; 2305 2306 $output .= $param; 2306 $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';2307 2307 $output .= 'class="rounded amp-social-share-' . esc_attr( $type ) . '" '; 2308 2308 $output .= '>';
Note: See TracChangeset
for help on using the changeset viewer.