Making WordPress.org


Ignore:
Timestamp:
01/31/2022 09:57:40 PM (3 years ago)
Author:
iandunn
Message:

Themes: Remove code unused after new header/footer launch.

See https://github.com/WordPress/wporg-mu-plugins/issues/55

File:
1 edited

Legend:

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

    r11454 r11496  
    275275add_filter( 'excerpt_length', 'wporg_support_excerpt_length' );
    276276
    277 /**
    278  * The Header for our theme.
    279  *
    280  * @package WPBBP
    281  */
    282 function wporg_get_global_header() {
    283     require WPORGPATH . 'header.php';
    284 }
    285 
    286277function wporg_support_bbp_raw_title( $title ) {
    287278    if ( get_query_var( 'paged' ) && ! is_404() ) {
     
    295286/**
    296287 * Add bbPress titles to the document title.
    297  * 
     288 *
    298289 * bbPress doesn't support `title-tag` theme support, instead relying upon `wp_title` filters instead.
    299290 */
Note: See TracChangeset for help on using the changeset viewer.