Plugin Directory

Changeset 2648804


Ignore:
Timestamp:
12/24/2021 03:38:16 PM (4 years ago)
Author:
pixelative
Message:

Fixed rounded icons on single post page.

Location:
amp-wp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amp-wp/tags/1.5.14/includes/functions/amp-wp-theme-functions.php

    r2648796 r2648804  
    23032303                    $output .= 'width="30" ';
    23042304                    $output .= 'height="30" ';
     2305                    $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';
    23052306                    $output .= $param;
    2306                     $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';
    23072307                    $output .= 'class="rounded amp-social-share-' . esc_attr( $type ) . '" ';
    23082308            $output         .= '>';
  • amp-wp/trunk/includes/functions/amp-wp-theme-functions.php

    r2648796 r2648804  
    23032303                    $output .= 'width="30" ';
    23042304                    $output .= 'height="30" ';
     2305                    $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';
    23052306                    $output .= $param;
    2306                     $output .= 'aria-label="Share on "' . esc_attr( $area_label ) . '';
    23072307                    $output .= 'class="rounded amp-social-share-' . esc_attr( $type ) . '" ';
    23082308            $output         .= '>';
Note: See TracChangeset for help on using the changeset viewer.