Changeset 7382
- Timestamp:
- 07/06/2018 07:44:59 PM (6 years ago)
- 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 17 17 'url' => 'https://www.bluehost.com/wordpress-hosting', 18 18 ], 19 20 /*21 19 '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', 24 22 'name' => 'Dreamhost', 25 23 'url' => 'https://www.dreamhost.com/wordpress-hosting/', 26 24 ], 25 26 /* 27 27 'siteground' => [ 28 28 'description' => __( '', 'wporg' ), … … 39 39 ], 40 40 ]; 41 shuffle( $hosts ); 41 42 42 43 // Prevent Jetpack from looking for a non-existent featured image.
Note: See TracChangeset
for help on using the changeset viewer.