Changeset 5877
- Timestamp:
- 09/04/2017 03:14:44 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r3879 r5877 9 9 10 10 namespace WordPressdotorg\Theme; 11 12 // Register path to fallback files. 13 if ( ! defined( 'WPORGPATH' ) ) { 14 define( 'WPORGPATH', get_theme_file_path( '/inc/' ) ); 15 } 11 16 12 17 /**
Note: See TracChangeset
for help on using the changeset viewer.