Changeset 1757
- Timestamp:
- 07/19/2015 07:42:39 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r1707 r1757 112 112 $GLOBALS['pagetitle'] = wp_title( '«', false, 'right' ) . ' ' . get_bloginfo( 'name' ); 113 113 require WPORGPATH . 'header.php'; 114 } 115 116 /** 117 * The Footer for our theme. 118 * 119 * @package WPBBP 120 */ 121 function wporg_get_global_footer() { 122 require WPORGPATH . 'footer.php'; 114 123 } 115 124 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
r1702 r1757 95 95 <?php endif; ?> 96 96 97 <?php elseif ( is_front_page() || is_404()) : ?>97 <?php elseif ( is_front_page() ) : ?> 98 98 99 99 <div class="feature">
Note: See TracChangeset
for help on using the changeset viewer.