Making WordPress.org

Changeset 8436


Ignore:
Timestamp:
03/11/2019 01:42:12 AM (6 years ago)
Author:
SergeyBiryukov
Message:

developer.wordpress.org: Add Block Editor box to the homepage.

Props Kenshino.
Fixes #4256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php

    r7739 r8436  
    4646                </div>
    4747
     48                <div class="box box-block-editor">
     49                    <h3 class="widget-title"><div class="dashicons dashicons-edit"></div><?php _e( 'Block Editor', 'wporg' ); ?></h3>
     50                    <p class="widget-description"><?php _e( 'Creating the building blocks of WordPress?', 'wporg' ); ?></p>
     51                    <p><?php _e( 'Coming Soon', 'wporg' ); ?></a></p>
     52                </div>
     53
    4854            </div>
    4955
Note: See TracChangeset for help on using the changeset viewer.