IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
|
a
|
b
|
|
| 32 | 32 | <header id="masthead" class="site-header <?php echo is_front_page() ? 'home' : ''; ?>" role="banner"> |
| 33 | 33 | <div class="site-branding"> |
| 34 | 34 | <?php if ( is_front_page() ) : ?> |
| 35 | | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'WordPress Support', 'Site title', 'wporg-forums' ); ?></a></h1> |
| | 35 | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'Documentation', 'Site title', 'wporg-forums' ); ?></a></h1> |
| 36 | 36 | |
| 37 | 37 | <p class="site-description"> |
| 38 | 38 | <?php |