Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26250 closed defect (bug) (fixed)

Dashicons: non-woff don't load with Concatenated scripts

Reported by: dd32's profile dd32 Owned by: dd32's profile dd32
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

Currently dashicons.css references the font files using '../fonts/', when we concatenate dashicons CSS the path changes (It's now in ../wp-includes/fonts/ not ../fonts/ as it's being loaded via wp-admin/load-styles.php).

This results in non-woff files not loading as the eot/svg/ttf's are 404'ing. The Woff files load as they're included as a base64 instead of as a URL (sidenote: We still ship the .woff file).

Fix incoming.

Change History (3)

#1 @dd32
11 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 26374:

Style Concatenation: Fix loading of dashicons non-woff files when concatenation is in use. Fixes #26250

#2 @dd32
11 years ago

In 26375:

Bump $wp_version to clear CSS caches. See #26250

#3 @dd32
11 years ago

In 26377:

Use dashicons.min.css for concantenation requests. See #26250

Note: See TracTickets for help on using tickets.