Changeset 7394
- Timestamp:
- 07/09/2018 10:04:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-get.php
r7392 r7394 12 12 $hosts = [ 13 13 'bluehost' => [ 14 'description' => __( ' Our optimized hosting is fast, secure, and simple. We are turning our passion for WordPress into the most amazing managed platform for your WordPress websites ever.', 'wporg' ),14 'description' => __( 'Bluehost has turned passion for WordPress into the fastest, simplest managed platform for your websites. Recommended by WordPress since 2005, each WordPress package offers a free domain, free SSL, and 24/7 support.', 'wporg' ), 15 15 'logo' => 'images/logo-bluehost.svg', 16 16 'name' => 'Bluehost', … … 23 23 'url' => 'https://www.dreamhost.com/wordpress-hosting/', 24 24 ], 25 26 /*27 25 'siteground' => [ 28 'description' => __( ' ', 'wporg' ),26 'description' => __( 'SiteGround offers top-tier website performance and support regardless of your technical skill. Join millions of happy clients using their WordPress services to get the help you need at prices you love.', 'wporg' ), 29 27 'logo' => 'images/logo-siteground.png', 30 28 'name' => 'Siteground', 31 29 'url' => 'https://www.siteground.com/wordpress-hosting.htm', 32 30 ], 33 */34 31 'wordpress.com' => [ 35 32 'description' => __( 'WordPress.com is the easiest way to create a free website or blog. It’s a powerful hosting platform that grows with you. We offer expert support for your WordPress site.', 'wporg' ),
Note: See TracChangeset
for help on using the changeset viewer.