← All changes
|
includes/widgets/TB_Archive_Posts/TB_Archive_Posts.php
+2
-2
51.1.64
→
51.1.83
View file →
| @@ -46,9 +46,9 @@ | ||
| 46 | 46 | * @return string |
| 47 | 47 | */ |
| 48 | 48 | public function get_icon(): string |
| 49 | 49 | { |
| 50 | - return 'eicon-post-list'; | |
| 50 | + return 'king-addons-icon king-addons-tb-archive-posts'; | |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * Style dependencies. |
| @@ -76,9 +76,9 @@ | ||
| 76 | 76 | * @return array<int, string> |
| 77 | 77 | */ |
| 78 | 78 | public function get_categories(): array |
| 79 | 79 | { |
| 80 | - return ['king-addons']; | |
| 80 | + return ['king-addons-theme-builder']; | |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /** |
| 84 | 84 | * Keywords. |