Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46169, comment 23


Ignore:
Timestamp:
11/16/2020 09:32:06 AM (3 years ago)
Author:
aristath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46169, comment 23

    initial v1  
    1 Tested this one along with the PR from https://github.com/WordPress/gutenberg/pull/26822, seems to be working as expected. It is a simple change and has already been approved by design
     1Tested this one along with the PR from https://github.com/WordPress/gutenberg/pull/26822, seems to be working as expected. It is a simple change and has already been approved by design.
     2
     3Just one note, this PR leaves in `src/wp-includes/script-loader.php` this part which doesn't do anything and can/should be removed:
     4{{{#!php
     5<?php
     6$fonts_url = '';
     7$styles->add( 'wp-editor-font', $fonts_url );
     8}}}