Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@8cf799c from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Jun 10, 2024
1 parent 79918eb commit 295bceb
Show file tree
Hide file tree
Showing 43 changed files with 1,297 additions and 1,005 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function execute_on_main_query($query) {
if ( $query->is_front_page() ) {
return $query;
}
if ( get_current_blog_id() !== PRC_PRIMARY_SITE_ID ) {
if ( 1 === get_current_blog_id() ) {
return $query;
}
if ( $query->is_archive() && $query->is_category() && $query->is_main_query() ) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-polyfill', 'wp-primitives'), 'version' => '54b3417797a316238c84');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-polyfill', 'wp-primitives'), 'version' => '5b47d3ff29b400e7d1ea');

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

Large diffs are not rendered by default.

37 changes: 1 addition & 36 deletions includes/datasets/build/dataset-description-block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,6 @@
"title": "Dataset Description",
"category": "theme",
"description": "Displays the description for the dataset.",
"attributes": {},
"supports": {
"anchor": true,
"html": false,
"spacing": {
"blockGap": true,
"margin": true,
"padding": true,
"__experimentalDefaultControls": {
"padding": true,
"margin": true
}
},
"color": {
"text": true,
"background": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true,
"textTransform": true,
"lineHeight": true
}
}
},
"textdomain": "dataset-description",
"editorScript": "file:./index.js",
"render": "file:./render.php"
"editorScript": "file:./index.js"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('classnames', 'prc-block-utils', 'react', 'wp-block-editor', 'wp-blocks', 'wp-polyfill', 'wp-primitives'), 'version' => 'a2f5c31b024cd6464d32');
<?php return array('dependencies' => array('wp-blocks', 'wp-polyfill'), 'version' => '72e9f41a897e0710c96e');
3 changes: 1 addition & 2 deletions includes/datasets/build/dataset-description-block/index.js

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

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

2 changes: 1 addition & 1 deletion includes/datasets/build/download-block/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('classnames', 'prc-block-utils', 'react', 'wp-block-editor', 'wp-blocks', 'wp-polyfill', 'wp-primitives'), 'version' => '238f8d54d1f62ff252fa');
<?php return array('dependencies' => array('classnames', 'prc-block-utils', 'react', 'wp-block-editor', 'wp-blocks', 'wp-polyfill', 'wp-primitives'), 'version' => '2a71586e5aaac44c9c0c');
Loading

0 comments on commit 295bceb

Please sign in to comment.