Making WordPress.org

Changeset 7382


Ignore:
Timestamp:
07/06/2018 07:44:59 PM (6 years ago)
Author:
obenland
Message:

Main: Add host on Get page.

See #3673.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-get.php

    r7379 r7382  
    1717        'url'         => 'https://www.bluehost.com/wordpress-hosting',
    1818    ],
    19 
    20     /*
    2119    'dreamhost'     => [
    22         'description' => __( '', 'wporg' ),
    23         'logo'        => '',
     20        'description' => __( 'Privacy-focused and dedicated to the Open Web, DreamHost provides some of the most powerful and secure managed WordPress environments in the world.', 'wporg' ),
     21        'logo'        => 'images/logo-dreamhost.png',
    2422        'name'        => 'Dreamhost',
    2523        'url'         => 'https://www.dreamhost.com/wordpress-hosting/',
    2624    ],
     25
     26    /*
    2727    'siteground'    => [
    2828        'description' => __( '', 'wporg' ),
     
    3939    ],
    4040];
     41shuffle( $hosts );
    4142
    4243// Prevent Jetpack from looking for a non-existent featured image.
Note: See TracChangeset for help on using the changeset viewer.