Making WordPress.org


Ignore:
Timestamp:
12/27/2021 06:32:30 PM (5 years ago)
Author:
iandunn
Message:

Hosting: Convert static page to WP to enable new header/footer.

Static code removed in r18121-dotorg.

See https://github.com/WordPress/wporg-mu-plugins/issues/48

File:
1 edited

Legend:

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

    r10958 r11404  
    174174                        $title = esc_html_x( 'WordPress and the Journey to 40% of the Web', 'Page title', 'wporg' );
    175175                        $desc  = esc_html__( 'Getting to 40% of the web came with lots of hard work from our amazing WordPress community.', 'wporg' );
     176                        break;
     177
     178                case 'page-hosting.php':
     179                        $title = esc_html_x( 'WordPress Hosting Recommendations', 'Page title', 'wporg' );
     180                        $desc  = esc_html__( 'Get web hosting for your WordPress website from providers that have modern and approved server configurations.', 'wporg' );
    176181                        break;
    177182        }
     
    364369                        $title = esc_html_x( 'Source Code', 'Page title', 'wporg' );
    365370                        break;
     371
     372                case 'page-hosting.php':
     373                        $title = esc_html_x( 'WordPress Hosting', 'Page title', 'wporg' );
     374                        break;
    366375        }
    367376
Note: See TracChangeset for help on using the changeset viewer.