Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit dcafb81

Browse files
committed
remove option to pick CPT Templates, Compile build
1 parent abf3024 commit dcafb81

11 files changed

+14883
-35
lines changed

Diff for: build/index.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives'), 'version' => 'aa1aa00bdd116421b107937500938b78');
1+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives'), 'version' => '25b2476c7e4254e64a7e63ee664b3b2b');

Diff for: build/index.css

+890-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build/index.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build/index.js

+13,545-1
Large diffs are not rendered by default.

Diff for: build/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build/style-index.css

+441-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build/style-index.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/event-card/archive-events.php

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?php
2-
/*
3-
Template Name: Archives - Events
4-
*/
5-
62
date_default_timezone_set('America/Los_Angeles');
73
$today = date('Ymd');
84
$time = date("G:i:s", strtotime("-30 minutes"));

Diff for: src/event-card/single-events.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/* Template Name: Events Template */
2+
33
global $id;
44

55
$thumb_id = get_post_thumbnail_id( $id );

Diff for: src/publications/archive-publication.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
2-
/*
3-
Template Name: Archives - Publication
4-
*/
2+
53
get_header(); ?>
64
<main id="main" class="publications-archive">
75
<header class="header">

Diff for: src/publications/single-publication.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/* Template Name: Publication Template */
2+
33
global $id;
44

55
$thumb_id = get_post_thumbnail_id( $id );

0 commit comments

Comments
 (0)