Changeset 1757 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 07/19/2015 07:42:39 PM (10 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.