Skip to content

Commit ff0f2a8

Browse files
author
Joost de Valk
authored
Merge pull request #13502 from westonruter/add/amp-dev-mode-admin-bar
Include yoast-seo-adminbar style in AMP dev mode
2 parents 0da399e + 8456d66 commit ff0f2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/class-admin-asset-manager.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,9 @@ protected function styles_to_be_registered() {
706706
array(
707707
'name' => 'adminbar',
708708
'src' => 'adminbar-' . $flat_version,
709+
'deps' => array(
710+
'admin-bar',
711+
),
709712
),
710713
array(
711714
'name' => 'primary-category',

0 commit comments

Comments
 (0)