Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@dc35012 from refs/heads/release/5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Feb 28, 2024
1 parent a4909f2 commit 170d58b
Show file tree
Hide file tree
Showing 12 changed files with 18,667 additions and 18,911 deletions.
16 changes: 0 additions & 16 deletions blocks/logo/assets/decoded-white.svg

This file was deleted.

18 changes: 7 additions & 11 deletions blocks/logo/assets/decoded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions blocks/logo/build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
{
"name": "container-aware",
"label": "Container Aware"
},
{
"name": "decoded-only",
"label": "Decoded"
}
],
"example": {},
Expand Down
2 changes: 1 addition & 1 deletion blocks/logo/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('classnames', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => '02c1dc33012174e67a88');
<?php return array('dependencies' => array('classnames', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => '0524ec460768ce378e80');
2 changes: 1 addition & 1 deletion blocks/logo/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/logo/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/logo/build/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions blocks/logo/logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public function render_block_callback( $attributes, $content, $block ) {
$logo_alt_white->set_attribute('data-browser-theme', 'dark');
}

$decoded = new WP_HTML_Tag_Processor( $this->get_logo( 'decoded.svg' ) );

$site_url = get_site_url();

ob_start();
Expand All @@ -135,11 +133,6 @@ public function render_block_callback( $attributes, $content, $block ) {
echo $logo_alt_white;
?>
</a>
<a class="wp-block-prc-block-logo__inner__decoded" href="<?php echo esc_url($site_url);?>" alt="Return to Home">
<?php
echo $decoded;
?>
</a>
</div>
</div>
<?php
Expand Down
Loading

0 comments on commit 170d58b

Please sign in to comment.