Changeset 11402 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php
- Timestamp:
- 12/22/2021 06:22:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php
r4924 r11402 1 1 <?php 2 global $pagetitle; 3 $pagetitle = gp_title(); 4 require WPORGPATH . 'header.php'; 2 3 if ( FEATURE_2021_GLOBAL_HEADER_FOOTER ) { 4 echo do_blocks( '<!-- wp:wporg/global-header /-->' ); 5 } else { 6 global $pagetitle; 7 $pagetitle = gp_title(); 8 require WPORGPATH . 'header.php'; 9 } 10 5 11 ?> 6 12 <script type="text/javascript">document.body.className = document.body.className.replace('no-js','js');</script> … … 54 60 55 61 do_action( 'gp_after_notices' ); 56
Note: See TracChangeset
for help on using the changeset viewer.