Changeset 6923
- Timestamp:
- 03/24/2018 05:18:02 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
r6879 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php
r6879 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php
r6906 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
r6909 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
r6878 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php
r6879 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php
r6906 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php
r6906 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
r6883 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r6886 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r6878 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
r6879 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php
r6879 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
r6906 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6907 r6923 10 10 namespace WordPressdotorg\MainTheme; 11 11 12 if ( false === stristr( home_url(), 'test' ) ) {12 if ( false === stristr( home_url(), 'test' ) && ! isset( $_GET['test'] ) ) { 13 13 return get_template_part( 'page' ); 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.