Changeset 6143
- Timestamp:
- 11/17/2017 02:05:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6105 r6143 12 12 // Register path to fallback files. 13 13 if ( ! defined( 'WPORGPATH' ) ) { 14 define( 'WPORGPATH', get_ theme_file_path( '/inc/' ) );14 define( 'WPORGPATH', get_parent_theme_file_path( '/inc/' ) ); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.