Changeset 3193 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/footer.php
- Timestamp:
- 05/20/2016 05:16:55 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
-
Property
svn:ignore
set to
node_modules
-
Property
svn:ignore
set to
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/footer.php
r3009 r3193 1 1 <?php 2 namespace WordPressdotorg\Plugin_Directory\Theme;3 4 2 /** 5 3 * The template for displaying the footer. 6 4 * 7 * @package wporg-plugins 5 * Contains the closing of the #content div and all content after. 6 * 7 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials 8 * 9 * @package WordPressdotorg\Plugin_Directory\Theme 8 10 */ 9 11 10 echo '</div>'; 12 namespace WordPressdotorg\Plugin_Directory\Theme; 13 ?> 14 15 </div><!-- #content --> 16 17 <?php 11 18 12 19 require WPORGPATH . 'footer.php';
Note: See TracChangeset
for help on using the changeset viewer.