Sfoglia il codice sorgente

_dsgnsystm: Remove customizer compat file

Allan Cole 6 anni fa
parent
commit
3fbc0482f7
2 ha cambiato i file con 0 aggiunte e 31 eliminazioni
  1. 0 5
      _dsgnsystm/functions.php
  2. 0 26
      _dsgnsystm/inc/customizer.php

+ 0 - 5
_dsgnsystm/functions.php

@@ -343,8 +343,3 @@ require get_template_directory() . '/inc/icon-functions.php';
  * Custom template tags for the theme.
  */
 require get_template_directory() . '/inc/template-tags.php';
-
-/**
- * Customizer additions.
- */
-require get_template_directory() . '/inc/customizer.php';

+ 0 - 26
_dsgnsystm/inc/customizer.php

@@ -1,26 +0,0 @@
-<?php
-/**
- * _Dsgnsystm: Customizer
- *
- * @package WordPress
- * @subpackage _Dsgnsystm
- * @since 1.0.0
- */
-
-/**
- * Render the site title for the selective refresh partial.
- *
- * @return void
- */
-function _dsgnsystm_customize_partial_blogname() {
-	bloginfo( 'name' );
-}
-
-/**
- * Render the site tagline for the selective refresh partial.
- *
- * @return void
- */
-function _dsgnsystm_customize_partial_blogdescription() {
-	bloginfo( 'description' );
-}