Bläddra i källkod

Adjust admin menu order and icon edits

tags/0.9.0
Alej 4 år sedan
förälder
incheckning
6e62023e14
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5
    5
      plugins/cia-post-types/includes/custom-types.php

+ 5
- 5
plugins/cia-post-types/includes/custom-types.php Visa fil

@@ -2,14 +2,14 @@
2 2
     function get_all_custom_types() {
3 3
         return [
4 4
             'artist',
5
+            'exhibition',
6
+            'event',
5 7
             'episode',
6 8
             'short',
9
+            'technique',
7 10
             'guide',
8
-            'exhibition',
9
-            'event',
10 11
             'object',
11 12
             'publication',
12
-            'technique',
13 13
         ];
14 14
     }
15 15
 
@@ -25,7 +25,7 @@
25 25
                 return 'dashicons-video-alt3';
26 26
                 break;
27 27
             case 'guide';
28
-                return 'dashicons-edit';
28
+                return 'dashicons-welcome-learn-more';
29 29
                 break;
30 30
             case 'event';
31 31
                 return 'dashicons-calendar';
@@ -37,7 +37,7 @@
37 37
                 return 'dashicons-art';
38 38
                 break;
39 39
             case 'object';
40
-                return 'dashicons-visibility';
40
+                return 'dashicons-buddicons-activity';
41 41
                 break;
42 42
             case 'publication';
43 43
                 return 'dashicons-book';

Laddar…
Avbryt
Spara