Making WordPress.org

Changeset 8681


Ignore:
Timestamp:
04/25/2019 07:39:22 PM (5 years ago)
Author:
coffee2code
Message:

Developer: Add front page entry for Coding Standards documentation, currently only as a placeholder.

Props cathibosco1, coffee2code.
See #3377.

File:
1 edited

Legend:

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

    r8660 r8681  
    2020                    <p class="widget-description"><?php _e( 'Looking for documentation for the codebase?', 'wporg' ); ?></p>
    2121                    <a href="<?php echo esc_url( home_url( '/reference' ) ); ?>" class="go"><?php _e( 'Visit the reference', 'wporg' ); ?></a>
     22                </div>
     23
     24                <div class="box box-coding-standards">
     25                    <h3 class="widget-title"><div class="dashicons dashicons-code-standards"></div><?php _e( 'Coding Standards', 'wporg' ); ?></h3>
     26                    <p class="widget-description"><?php _e( 'Looking to ensure your code meets the standards?', 'wporg' ); ?></p>
     27                    <span>Coming Soon</span>
    2228                </div>
    2329
Note: See TracChangeset for help on using the changeset viewer.