Skip to content

Commit

Permalink
publications_end
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassandre committed Apr 2, 2020
1 parent 4523a0d commit 9b4a87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fau-cris.php
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ private static function cris_shortcode_parameter($atts, $content = '', $tag) {
'notable' => '',
'publications_year' => '',
'publications_start' => '',
'publications_end' => '',
'publications_type' => '',
'publications_subtype' => '',
'publications_fau' => '',
Expand Down Expand Up @@ -986,6 +987,7 @@ private static function cris_shortcode_parameter($atts, $content = '', $tag) {
$sc_param['publications_display'] = sanitize_text_field($publications_display);
$sc_param['publications_year'] = sanitize_text_field($publications_year);
$sc_param['publications_start'] = sanitize_text_field($publications_start);
$sc_param['publications_end'] = sanitize_text_field($publications_end);
$sc_param['publications_type'] = sanitize_text_field($publications_type);
$sc_param['publications_subtype'] = sanitize_text_field($publications_subtype);
$sc_param['publications_fau'] = sanitize_text_field($publications_fau);
Expand Down

0 comments on commit 9b4a87d

Please sign in to comment.