Making WordPress.org

Changeset 8792


Ignore:
Timestamp:
05/14/2019 08:25:45 PM (5 years ago)
Author:
coffee2code
Message:

Gutenberg theme: Change front page links to handbook to point to Block Editor handbook in DevHub.

See #4388.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php

    r8696 r8792  
    9898
    9999$content .= '<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
    100 <p style="text-align:left" class="has-small-font-size"><a href="https://wordpress.org/gutenberg/handbook/language/">' . esc_html__( 'Learn more', 'wporg' ) . '</a></p>
     100<p style="text-align:left" class="has-small-font-size"><a href="https://developer.wordpress.org/block-editor/key-concepts/">' . esc_html__( 'Learn more', 'wporg' ) . '</a></p>
    101101<!-- /wp:paragraph --></div>
    102102<!-- /wp:column -->' . "\n\n";
     
    112112
    113113$content .= '<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
    114 <p style="text-align:left" class="has-small-font-size"><a href="https://wordpress.org/gutenberg/handbook/contributors/faq/">' . esc_html__( 'Learn more', 'wporg' ) . '</a></p>
     114<p style="text-align:left" class="has-small-font-size"><a href="https://developer.wordpress.org/block-editor/contributors/faq/">' . esc_html__( 'Learn more', 'wporg' ) . '</a></p>
    115115<!-- /wp:paragraph --></div>
    116116<!-- /wp:column --></div>
     
    170170<ul>
    171171    <li><a href="https://make.wordpress.org/core/2017/01/17/editor-technical-overview">' . esc_html__( 'Gutenberg Editor Technical Overview', 'wporg' ) . '</a></li>
    172     <li><a href="https://wordpress.org/gutenberg/handbook/contributors/design/">' . esc_html__( 'Gutenberg Design Principles', 'wporg' ) . '</a></li>
     172    <li><a href="https://developer.wordpress.org/block-editor/contributors/design/">' . esc_html__( 'Gutenberg Design Principles', 'wporg' ) . '</a></li>
    173173    <li><a href="https://make.wordpress.org/core/tag/gutenberg/">' . esc_html__( 'Development updates on make.wordpress.org', 'wporg' ) . '</a></li>
    174174    <li><a href="https://wordpress.tv/?s=gutenberg">' . esc_html__( 'WordPress.tv Talks about Gutenberg', 'wporg' ) . '</a></li>
    175     <li><a href="https://wordpress.org/gutenberg/handbook/contributors/faq/">' . esc_html__( 'FAQs', 'wporg' ) . '</a></li>
     175    <li><a href="https://developer.wordpress.org/block-editor/contributors/faq/">' . esc_html__( 'FAQs', 'wporg' ) . '</a></li>
    176176</ul>
    177177<!-- /wp:list -->' . "\n\n";
Note: See TracChangeset for help on using the changeset viewer.