Kirki 3.1.0

This commit is contained in:
Alexander Agnarson 2020-03-23 20:17:30 +01:00
parent a9dc658a98
commit 7213e37841
21 changed files with 963 additions and 1969 deletions

View file

@ -355,7 +355,7 @@ class Kirki_Field {
// Take care of common typos.
if ( 'theme_mods' === $this->option_type ) {
/* translators: %1$s represents the field ID where the error occurs. */
_doing_it_wrong( __METHOD__, sprintf( esc_html( 'Typo found in field %s - "theme_mods" vs "theme_mod"', 'kirki' ), esc_html( $this->settings ) ), '3.0.10' );
_doing_it_wrong( __METHOD__, sprintf( esc_html__( 'Typo found in field %s - "theme_mods" vs "theme_mod"', 'kirki' ), esc_html( $this->settings ) ), '3.0.10' );
$this->option_type = 'theme_mod';
}
}