Skip to content

Commit

Permalink
Remove duplicate views: Fix the Stats and Promote with blaze pages (#…
Browse files Browse the repository at this point in the history
…40630)

* Fix the Stats and Promote with blaze pages

* Update fix-wp-admin-post-fixes

Update the comment
  • Loading branch information
BogdanUngureanu authored Dec 18, 2024
1 parent f02d391 commit f52f223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fix the stats and promote with blaze quicklinks in edit.php for Simple sites that are part of the remove duplicate views experiment


Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ function ( $location ) {

const WPCOM_DUPLICATED_VIEW = array(
'edit.php',
'admin.php?page=stats',
'tools.php?page=advertising',
'edit.php?post_type=jetpack-portfolio',
'edit.php?post_type=jetpack-testimonial',
'edit-tags.php?taxonomy=category',
Expand Down

0 comments on commit f52f223

Please sign in to comment.