瀏覽代碼

_dsgnsystm: Remove customizer compat file

Allan Cole 6 年之前
父節點
當前提交
3fbc0482f7
共有 2 個文件被更改,包括 0 次插入31 次删除
  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' );
-}