Skip to content

Commit

Permalink
change gutenberg_ad_snippet_x_smart_format property type from public …
Browse files Browse the repository at this point in the history
…to private
  • Loading branch information
Alameen688 committed Dec 18, 2024
1 parent c1ee3d8 commit 5b622dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class WordAds {
*
* @var array
*/
public static $gutenberg_ad_snippet_x_smart_format = array(
private static $gutenberg_ad_snippet_x_smart_format = array(
'gutenberg_300x250' => 'gutenberg_rectangle',
'gutenberg_728x90' => 'gutenberg_leaderboard',
'gutenberg_320x50' => 'gutenberg_mobile_leaderboard',
Expand Down

0 comments on commit 5b622dc

Please sign in to comment.