Changeset 6586
- Timestamp:
- 02/09/2018 09:20:10 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 14 edited
-
page-domains.php (modified) (1 diff)
-
page-etiquette.php (modified) (1 diff)
-
page-features.php (modified) (1 diff)
-
page-gpl.php (modified) (1 diff)
-
page-history.php (modified) (1 diff)
-
page-license.php (modified) (1 diff)
-
page-logos.php (modified) (1 diff)
-
page-philosophy.php (modified) (1 diff)
-
page-privacy.php (modified) (1 diff)
-
page-requirements.php (modified) (1 diff)
-
page-roadmap.php (modified) (1 diff)
-
page-security.php (modified) (1 diff)
-
page-stats.php (modified) (1 diff)
-
page-swag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-domains.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-etiquette.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-features.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-gpl.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-history.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-license.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-logos.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-philosophy.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-privacy.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-requirements.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-roadmap.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-security.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\Theme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-stats.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-swag.php
r6583 r6586 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 if ( false === stristr( home_url(), 'test' ) ) { 13 return get_template_part( 'page' ); 14 } 11 15 12 16 get_header();
Note: See TracChangeset
for help on using the changeset viewer.