Changeset 7776 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
- Timestamp:
- 10/25/2018 09:04:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r7755 r7776 115 115 } 116 116 117 /** 118 * Admin area customizations. 119 */ 120 if ( is_admin() ) { 121 require __DIR__ . '/inc/admin.php'; 122 } 117 123 118 124 /**
Note: See TracChangeset
for help on using the changeset viewer.