Skip to content

Commit

Permalink
Fixed divi theme white screen :closes: #6736
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Jan 14, 2025
1 parent e726c3d commit a3ea8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/admin/ui/notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ function rocket_notice_html( $args ) {
break;
case 'clear_used_css':
$params = [
'action' => 'rocket_clear_usedcss',
'action' => 'rocket_clean_saas',
];

if ( ! empty( $_SERVER['REQUEST_URI'] ) ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Your Divi template was updated. Clear the Used CSS if the layout, design or CSS styles were changed.
</p>
<p>
<a class="wp-core-ui button" href="http://example.org/wp-admin/admin-post.php?_wpnonce=12345&action=rocket_clear_usedcss&_wp_http_referer=%2Fwp-admin%2Foptions-general.php">
<a class="wp-core-ui button" href="http://example.org/wp-admin/admin-post.php?_wpnonce=12345&action=rocket_clean_saas&_wp_http_referer=%2Fwp-admin%2Foptions-general.php">
Clear Used CSS
</a>
<a class="rocket-dismiss " href="http://example.org/wp-admin/admin-post.php?action=rocket_ignore&amp;box=rocket_divi_notice&amp;_wpnonce=12345">
Expand Down

0 comments on commit a3ea8dc

Please sign in to comment.