Make WordPress Core

Ticket #63349: 63349.patch

File 63349.patch, 471 bytes (added by viralsampat, 8 months 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/twentyfifteen/style.css

    diff --git src/wp-content/themes/twentyfifteen/style.css src/wp-content/themes/twentyfifteen/style.css
    index 255d1a2b0a..079e6aee86 100644
    a.post-thumbnail:focus { 
    24382438        text-transform: none;
    24392439}
    24402440
     2441/**
     2442* Calendar block css for front end
     2443*/
     2444.wp-block-calendar table th, .wp-block-calendar table td{
     2445        text-align:center
     2446}
     2447
    24412448/**
    24422449 * 13.0 Footer
    24432450 */