Making WordPress.org

Ticket #5142: #5142.patch

File #5142.patch, 1.2 KB (added by rehanali, 3 years ago)

Added patch

  • front-page.php

     
    284284                                <?php else : ?>
    285285                                        <ul id="notable-users" class="notable-users">
    286286                                                <?php
    287                                                 $user_links = [
     287                                                 $user_links = array(
    288288                                                        'whitehouse'    => 'https://wordpress.org/showcase/the-white-house/',
    289289                                                        'rolling-stone' => 'https://wordpress.org/showcase/rolling-stone/',
    290290                                                        'bbc-america'   => 'https://wordpress.org/showcase/bbc-america/',
     
    292292                                                        'pioneer-woman' => 'https://wordpress.org/showcase/the-pioneer-woman',
    293293                                                        'playstation'   => 'https://wordpress.org/showcase/playstationblog/',
    294294                                                        'blondie'       => 'https://wordpress.org/showcase/blondie/',
    295                                                 ];
     295                                                );
    296296
    297297                                                foreach ( array_rand( $user_links, 3 ) as $slug ) :
    298298                                                        printf(
     
    305305                                        </ul>
    306306                                <?php endif; ?>
    307307
    308                                 <a class="showcase-link" href="https://wordpress.org/showcase/"><?php _e( '&hellip; and hundreds more', 'wporg' ); ?></a>
     308                                 <a class="showcase-link" href="https://wordpress.org/showcase/"><?php _e( 'and hundreds more&hellip;', 'wporg' ); ?></a>
    309309                        </div>
    310310                </div>
    311311