Changeset 11496 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 01/31/2022 09:57:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r11454 r11496 275 275 add_filter( 'excerpt_length', 'wporg_support_excerpt_length' ); 276 276 277 /**278 * The Header for our theme.279 *280 * @package WPBBP281 */282 function wporg_get_global_header() {283 require WPORGPATH . 'header.php';284 }285 286 277 function wporg_support_bbp_raw_title( $title ) { 287 278 if ( get_query_var( 'paged' ) && ! is_404() ) { … … 295 286 /** 296 287 * Add bbPress titles to the document title. 297 * 288 * 298 289 * bbPress doesn't support `title-tag` theme support, instead relying upon `wp_title` filters instead. 299 290 */
Note: See TracChangeset
for help on using the changeset viewer.