Skip to content

Commit

Permalink
Minor Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Jan 29, 2025
1 parent a5685f2 commit 27503d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/classes/BlockIcons.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class BlockIcons {

const ICONS_CHECKSUM = 'vgtbt_icons_checksum';
private const ICONS_CHECKSUM = 'vgtbt_icons_checksum';

/**
* If the icon filter is disabled.
Expand Down
2 changes: 1 addition & 1 deletion src/classes/BlockRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BlockRegistration {
/**
* Keep track of all block IDs
*/
const BLOCK_IDS_TRANSIENT = 'vgtbt_block_ids';
private const BLOCK_IDS_TRANSIENT = 'vgtbt_block_ids';

/**
* Cached array of blocks.
Expand Down
2 changes: 1 addition & 1 deletion src/classes/BreakpointVisibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function ( string $block_content, array $block ): string {

if ( ! empty( $visibility['useCustom'] ) ) {
$custom = $visibility['customBreakpoint'];
$css = self::generate_custom_breakpoint_css(
$css = self::generate_custom_breakpoint_css(
$block_id,
$custom['width'] ?? '768',
$custom['unit'] ?? 'px',
Expand Down
2 changes: 1 addition & 1 deletion viget-blocks-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Text Domain: viget-blocks-toolkit
* Domain Path: /languages
*
* @package VigetBlocksToolkit
* @package Viget\BlocksToolkit
*/

// Plugin version.
Expand Down

0 comments on commit 27503d0

Please sign in to comment.