>

' ) { // decode for default theme set value printf( /* Translators: 1 is Privacy Policy link 2 is Theme name/link, 3 is WordPress name/link, 4 is site name/link */ __( '%1$s Designed using %2$s. Powered by %3$s.', 'brigsby' ), ( function_exists( 'get_the_privacy_policy_link' ) ) ? get_the_privacy_policy_link() : '', hybridextend_get_wp_theme_link( 'https://wordpress.org/themes/brigsby/' ), hybrid_get_wp_link(), hybrid_get_site_link() ); } else { $site_info = str_replace( "" , date_i18n( 'Y' ) , $site_info ); echo wp_kses_post( $site_info ); } ?>