Make WordPress Core

Ticket #62282: 62282.patch

File 62282.patch, 1016 bytes (added by viralsampat, 6 weeks ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentysixteen/style.css

    diff --git src/wp-content/themes/twentysixteen/style.css src/wp-content/themes/twentysixteen/style.css
    index fc58afaf84..cce2ad0574 100644
    p > video { 
    27502750        margin-bottom: 0;
    27512751}
    27522752
     2753.wp-block-latest-comments__comment{
     2754        border-top: 1px solid #d1d1d1;
     2755    margin-bottom: 0;
     2756    padding: 1.75em 0;
     2757}
     2758
    27532759
    27542760/**
    27552761 * 14.0 - Media Queries
  • src/wp-content/themes/twentythirteen/style.css

    diff --git src/wp-content/themes/twentythirteen/style.css src/wp-content/themes/twentythirteen/style.css
    index 4ec5cf98f3..cf65504702 100644
    footer.entry-meta { 
    27442744        content: '\002f';
    27452745}
    27462746
     2747.wp-block-latest-comments__comment{
     2748        background: url(./images/dotted-line.png) repeat-x left top;
     2749        margin-bottom: 0;
     2750        padding: 24px 0;
     2751}
     2752
    27472753/**
    27482754 * 8.0 Media Queries
    27492755 * ----------------------------------------------------------------------------