Changeset 8792
- Timestamp:
- 05/14/2019 08:25:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
r8696 r8792 98 98 99 99 $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> 101 101 <!-- /wp:paragraph --></div> 102 102 <!-- /wp:column -->' . "\n\n"; … … 112 112 113 113 $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> 115 115 <!-- /wp:paragraph --></div> 116 116 <!-- /wp:column --></div> … … 170 170 <ul> 171 171 <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> 173 173 <li><a href="https://make.wordpress.org/core/tag/gutenberg/">' . esc_html__( 'Development updates on make.wordpress.org', 'wporg' ) . '</a></li> 174 174 <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> 176 176 </ul> 177 177 <!-- /wp:list -->' . "\n\n";
Note: See TracChangeset
for help on using the changeset viewer.