Changeset 58448 for branches/6.5/src/wp-includes/fonts.php
- Timestamp:
- 06/20/2024 04:28:55 PM (6 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/fonts.php
r57907 r58448 229 229 230 230 $font_files = get_post_meta( $post_id, '_wp_font_face_file', false ); 231 $font_dir = wp_get_font_dir()['path'];231 $font_dir = untrailingslashit( wp_get_font_dir()['basedir'] ); 232 232 233 233 foreach ( $font_files as $font_file ) {
Note: See TracChangeset
for help on using the changeset viewer.