File tree Expand file tree Collapse file tree 6 files changed +23
-2
lines changed
wp-content/themes/humanity-theme Expand file tree Collapse file tree 6 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 30
30
- REMOTE_DFOD8FOH
31
31
- REMOTE_JTO6MIPZ
32
32
- REMOTE_U0VS1DPC
33
+ - REMOTE_GOG51KAC
33
34
- REMOTE_QEQJ6OJZ
34
35
- REMOTE_SIWVYQV9
35
36
- REMOTE_PXW6K9EK
37
+ - REMOTE_GLL0JRU4
36
38
- REMOTE_DSCAUN4N
37
39
- REMOTE_CTJLPQAF
38
40
- REMOTE_5QCXZJSN
48
50
- REMOTE_PSH9FHC4
49
51
- REMOTE_BEMEBJ0I
50
52
- REMOTE_GIG4TDEB
53
+ - REMOTE_IU6QM1Q9
51
54
- REMOTE_W3S9N9W9
52
55
- REMOTE_VYFAA1BZ
53
56
- REMOTE_SUPOPLFU
Original file line number Diff line number Diff line change 31
31
- REMOTE_5WRJBPXY
32
32
- REMOTE_6N8ZE2WT
33
33
- REMOTE_AE3Y1NOK
34
+ - REMOTE_MF7GTU0Q
34
35
- REMOTE_SWOLCKL2
35
36
- REMOTE_HEPQKMWL
36
37
- REMOTE_BSNPC2YK
38
+ - REMOTE_DNCBSGSN
37
39
- REMOTE_Z0BKHBSA
38
40
- REMOTE_DUYWZXFR
39
41
- REMOTE_4QCECSET
49
51
- REMOTE_NTSDHBCJ
50
52
- REMOTE_CGYVZUBX
51
53
- REMOTE_SCXSE3T6
54
+ - REMOTE_ZNGMBKHY
52
55
- REMOTE_GI2SVBTF
53
56
- REMOTE_RO2LS5IH
Original file line number Diff line number Diff line change
1
+ ### v2.1.5
2
+ Fixes:
3
+ - Prevent loading of back link pattern if no category found
4
+
5
+ ### v2.1.4
6
+ Fixes:
7
+ - Several issues related to loading remote data on PDF template
8
+
9
+ CI:
10
+ - Update build targets
11
+
1
12
### v2.1.3
2
13
Localisation:
3
14
- Update ZH translations
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Title: Archive filters
5
5
* Description: Outputs filters for post type archive pages
6
- * Slug: amnesty/archive-filters
6
+ * Slug: amnesty/archive-heading
7
7
* Inserter: no
8
8
*/
9
9
Original file line number Diff line number Diff line change 20
20
$ show_back_link = ! amnesty_validate_boolish ( amnesty_get_option ( '_display_category_label ' ) );
21
21
$ main_category = amnesty_get_a_post_term ( get_the_ID () );
22
22
23
+ if ( ! $ main_category ) {
24
+ return ;
25
+ }
26
+
23
27
if ( $ should_switch_blog ) {
24
28
restore_current_blog ();
25
29
}
Original file line number Diff line number Diff line change 2
2
* Theme Name: Humanity Theme
3
3
* Theme URI: https://github.com/amnestywebsite/humanity-theme
4
4
* Description: The Amnesty International WordPress Humanity Theme
5
- * Version: 2.1.3
5
+ * Version: 2.1.5
6
6
* Author: Amnesty International
7
7
* Author URI: https://www.amnesty.org
8
8
* License: GPLv2
You can’t perform that action at this time.
0 commit comments