Changeset 56552 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 09/11/2023 04:51:09 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r56245 r56552 157 157 */ 158 158 function _get_template_edit_filename( $fullpath, $containingfolder ) { 159 return str_replace( dirname( dirname( $containingfolder )), '', $fullpath );159 return str_replace( dirname( $containingfolder, 2 ), '', $fullpath ); 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.