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