Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 26, 2024
1 parent 8d3a5d3 commit f544613
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 237 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ wp-cli.local.yml
# Project specific
screenly-cast/languages/*.mo
screenly-cast/languages/*.po~
phpunit-output.txt
test-results.xml
149 changes: 0 additions & 149 deletions phpunit-output.txt

This file was deleted.

11 changes: 0 additions & 11 deletions screenly-cast/inc/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ public function __construct(
$this->paths = $paths;
$this->theme_manager = $theme_manager;
$this->version_checker = $version_checker;

// Add theme support immediately
add_theme_support('title-tag');
add_theme_support('post-thumbnails');
add_theme_support('html5', array(
'search-form',
'gallery',
'caption',
'style',
'script',
));
}

/**
Expand Down
Loading

0 comments on commit f544613

Please sign in to comment.