Commit 02b9161
committed
Icons library: Register all icons found in manifest
As of WordPress/gutenberg#75684, icons' manifest.php
file only lists "public" icons, and in the process the now-redundant `"public"
=> true` flag was dropped.
Accordingly, this removes the check for the `public` flag from the icon
registry's registration logic.
Follow-up to [61674].
Props mcsf, wildworks, ellatrix.
Fixes #64651.
git-svn-id: https://develop.svn.wordpress.org/trunk@61675 602fd350-edb4-49c9-b593-d223f7449a821 parent 5b7a3ad commit 02b9161
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 79 | | |
85 | 80 | | |
86 | 81 | | |
| |||
0 commit comments