json[ 'link' ] = $this->get_link();
		$this->json[ 'value' ] = $this->value();
		$this->json[ 'id' ] = $this->id;
		$this->json[ 'current_year' ] = __( '%current_year% to update year automatically.', 'gp-premium' );
		$this->json[ 'copyright' ] = __( '%copy% to include the copyright symbol.', 'gp-premium' );
		$this->json[ 'html' ] = __( 'HTML is allowed.', 'gp-premium' );
		$this->json[ 'shortcodes' ] = __( 'Shortcodes are allowed.', 'gp-premium' );
	}
	/**
	 * Render the control's content.
	 *
	 * Allows the content to be overriden without having to rewrite the wrapper.
	 *
	 * @since   10/16/2012
	 * @return  void
	 */
	public function content_template() {
		?>