Make WordPress Core

Ticket #49006: twentytwenty_theme.diff

File twentytwenty_theme.diff, 1.4 KB (added by ankitmaru, 4 years ago)
  • wp-activate.php

     
    11<?php
     2
    23/**
    34 * Confirms that the activation key that is sent in an email after a user signs
    45 * up for a new site matches the key for that user and then displays confirmation.
  • wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css

     
    246246/* Blockquote -------------------------------- */
    247247
    248248body#tinymce.wp-editor.content blockquote {
    249         border-style: solid;
    250249        border: none;
    251250        border-right: 2px solid #cd2653;
    252251        margin: 0 0 1.6em 0;
  • wp-content/themes/twentytwenty/assets/css/editor-style-classic.css

     
    246246/* Blockquote -------------------------------- */
    247247
    248248body#tinymce.wp-editor.content blockquote {
    249         border-style: solid;
    250249        border: none;
    251250        border-left: 2px solid #cd2653;
    252251        margin: 0 0 1.6em 0;