Changeset 11668 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/archive-component.php
- Timestamp:
- 03/11/2022 09:41:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/archive-component.php
r4819 r11668 4 4 */ 5 5 6 $trac_name = 'Core'; 7 if ( isset( $wporg_trac_notifications ) ) { 8 $trac_name = $wporg_trac_notifications->trac_name(); 9 } 6 10 ?> 7 11 <?php get_header(); ?> … … 9 13 <div id="primary" class="content-area"> 10 14 <div role="main"> 11 <h1> WordPress Core Components</h1>15 <h1><?php printf( 'WordPress %s Components', $trac_name ); ?></h1> 12 16 13 17 <?php
Note: See TracChangeset
for help on using the changeset viewer.