Making WordPress.org


Ignore:
Timestamp:
09/14/2016 07:13:40 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Change site header title form 'Forums' to 'Support'.

This implements a change proposed in the latest mockups for the new support forums theme. It also brings some consistent context to breadcrumbs.

See #1951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/header.php

    r3742 r4064  
    33<div id="headline">
    44    <div class="wrapper">
    5         <h2><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php _e( 'Forums', 'wporg-forums' ); ?></a></h2>
     5        <h2><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php _e( 'Support', 'wporg-forums' ); ?></a></h2>
    66        <p class="login">
    77            <?php if ( is_user_logged_in() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.