56548f45 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ee707057
......@@ -17826,7 +17826,7 @@ ul.sf_date_field .sf-datepicker {
color: #000000;
text-decoration: none;
flex-direction: row;
word-break: break-all;
word-break: break-word;
}
@media screen and (max-width: 59.375rem) {
#search-wrapper #main > article a {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -257,34 +257,8 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) {
}
}
add_filter( 'excerpt_length', function( $length ) { return 35; } );
add_filter( 'excerpt_length', function( $length ) { return 25; } );
function wpmldp_translate_date_format( $date ) {
//Create array with dates
$month_dates = array();
$month_dates[] = '1st';
$month_dates[] = '2nd';
$month_dates[] = '3rd';
for($d=4; $d<=30; $d++) {
$month_dates[] = $d.'th';
}
$month_dates[] = '31st';
//Register strings on String Translator
foreach( $month_dates as $month_date ) {
do_action( 'wpml_register_single_string', 'Date Formats', 'Month Date (WPML) - '.$month_date, $month_date);
}
//Translate strings
if( in_array($date, $month_dates) ) {
$date = apply_filters( 'wpml_translate_single_string', $date, 'Date Formats', 'Month Date (WPML) - '.$date);
}
return $date;
}
add_filter( 'wp_date', 'wpmldp_translate_date_format', 10, 1 );
add_filter( 'option_date_format', function( $format ) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -66,7 +66,7 @@
color: #000000;
text-decoration: none;
flex-direction: row;
word-break: break-all;
word-break: break-word;
@media screen and (max-width: 59.375rem) {
flex-direction: column;
gap: 0.7rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.49
Version: 1.0.51
*/
\ No newline at end of file
......