Changeset 5823 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 08/18/2017 07:21:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r5814 r5823 76 76 77 77 function welcome_box() { 78 // Disable for make.wordpress.org/hosting/test-results/*79 // because it breaks rendering of the page80 if ( is_singular( 'result' ) ) {81 return;82 }83 78 $welcome = get_page_by_path( 'welcome' ); 84 79 $cookie = 'welcome-' . get_current_blog_id();
Note: See TracChangeset
for help on using the changeset viewer.