Make WordPress Core

Changeset 41931


Ignore:
Timestamp:
10/18/2017 10:40:42 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Dashboard: Add missing URL to "Help with testing" link in Gutenberg callout.

See #41316.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r41895 r41931  
    16591659                <h3><?php _e( 'Want to get involved?' ); ?></h3>
    16601660                <ul>
    1661                     <li><?php printf( __( 'Learn more about the project <a href="%s">codenamed Gutenberg</a>.' ), 'https://wordpress.org/gutenberg/' ); ?></li>
    1662                     <li><?php printf( __( 'Help <a href="%1$s">with testing</a>, or contribute on the <a href="%2$s">GitHub repository</a>.' ), '', 'https://github.com/WordPress/gutenberg/' ); ?></li>
     1661                    <li><?php
     1662                        printf( __( 'Learn more about the project <a href="%s">codenamed Gutenberg</a>.' ),
     1663                            'https://wordpress.org/gutenberg/'
     1664                        );
     1665                    ?></li>
     1666                    <li><?php
     1667                        printf( __( 'Help <a href="%1$s">with testing</a>, or contribute on the <a href="%2$s">GitHub repository</a>.' ),
     1668                            __( 'https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/' ),
     1669                            'https://github.com/WordPress/gutenberg/'
     1670                        );
     1671                    ?></li>
    16631672                </ul>
    16641673            </div>
Note: See TracChangeset for help on using the changeset viewer.