Plugin Directory

Changeset 1989472 for classic-editor


Ignore:
Timestamp:
12/08/2018 07:43:11 PM (7 years ago)
Author:
azaozz
Message:

Classic Editor: fix typos.

Props luciano-croce.

Location:
classic-editor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classic-editor/trunk/classic-editor.php

    r1989286 r1989472  
    2929if ( ! class_exists( 'Classic_Editor' ) ) :
    3030class Classic_Editor {
    31     const plugin_version = 1.0;
     31    const plugin_version = 1.2;
    3232    private static $settings;
    3333    private static $supported_post_types = array();
  • classic-editor/trunk/readme.txt

    r1989286 r1989472  
    5757* Updated for Gutenberg 4.1 and WordPress 5.0-beta1.
    5858* Removed some functionality that now exists in Gutenberg.
    59 * Fixed redirecting back to the CLassic editor after looking at post revisions.
     59* Fixed redirecting back to the Classic editor after looking at post revisions.
    6060
    6161= 0.4 =
Note: See TracChangeset for help on using the changeset viewer.