Making WordPress.org


Ignore:
Timestamp:
05/14/2019 08:19:08 PM (4 years ago)
Author:
coffee2code
Message:

Developer: Make Block Editor handbook available to all visitors.

Also move its front page block to the third position.

See #4388.

File:
1 edited

Legend:

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

    r8687 r8791  
    2828                </div>
    2929
     30                <div class="box box-block-editor">
     31                    <h3 class="widget-title"><div class="dashicons dashicons-edit"></div><?php _e( 'Block Editor', 'wporg' ); ?></h3>
     32                    <p class="widget-description"><?php _e( 'Creating the building blocks of WordPress?', 'wporg' ); ?></p>
     33                    <a href="<?php echo esc_url( get_post_type_archive_link( 'blocks-handbook' ) ); ?>" class="go"><?php _e( 'Build Blocks ', 'wporg' ); ?></a>
     34                </div>
     35
    3036                <div class="box box-themes">
    3137                    <h3 class="widget-title"><div class="dashicons dashicons-admin-appearance"></div><?php _e( 'Themes', 'wporg' ); ?></h3>
     
    5056                    <p class="widget-description"><?php _e( 'Want to accelerate your workflow managing WordPress?', 'wporg' ); ?></p>
    5157                    <a href="<?php echo esc_url( get_post_type_archive_link( 'command' ) ); ?>" class="go"><?php _e( 'Run Commands ', 'wporg' ); ?></a>
    52                 </div>
    53 
    54                 <div class="box box-block-editor">
    55                     <h3 class="widget-title"><div class="dashicons dashicons-edit"></div><?php _e( 'Block Editor', 'wporg' ); ?></h3>
    56                     <p class="widget-description"><?php _e( 'Creating the building blocks of WordPress?', 'wporg' ); ?></p>
    57                     <p><?php _e( 'Coming Soon', 'wporg' ); ?></a></p>
    5858                </div>
    5959
Note: See TracChangeset for help on using the changeset viewer.