–', 'businesswp' ), '©', esc_attr( date( 'Y' ) ), esc_attr( get_bloginfo() ) ); $ft_copyright .= sprintf( __( ' %1$s theme by %2$s', 'businesswp' ), 'Businesswp', 'Britetechs' ); } $options = array( '%current_year%', '%copy%' ); $replace = array( date('Y'), '©' ); $copyright = str_replace( $options, $replace, $ft_copyright ); ?>