Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update functions.php
  • Loading branch information
bschneidewind committed Feb 14, 2025
commit 5654f17d9a5f2427782495ddfc5803ab6fb8c2c1
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ function twentyeleven_setup() {
'height' => 100,
'width' => 300,
'flex-height' => true,
'flex-width' => true,
)
);

Expand Down
Loading