@@ -241,7 +241,7 @@ public function admin_bar_menu( \WP_Admin_Bar $wp_admin_bar ) {
241
241
'id ' => 'nfd_purge_menu-purge_all ' ,
242
242
'title ' => __ ( 'Purge All ' , 'wp-module-performance ' ),
243
243
'parent ' => 'nfd_purge_menu ' ,
244
- 'href ' => apply_filters ( 'nfd_build_url ' , add_query_arg ( array ( self ::PURGE_ALL => true ) ) ),
244
+ 'href ' => apply_filters ( 'nfd_build_url ' , add_query_arg ( array ( self ::PURGE_ALL => true ) ) ),
245
245
)
246
246
);
247
247
@@ -251,7 +251,7 @@ public function admin_bar_menu( \WP_Admin_Bar $wp_admin_bar ) {
251
251
'id ' => 'nfd_purge_menu-purge_single ' ,
252
252
'title ' => __ ( 'Purge This Page ' , 'wp-module-performance ' ),
253
253
'parent ' => 'nfd_purge_menu ' ,
254
- 'href ' => apply_filters ( 'nfd_build_url ' , add_query_arg ( array ( self ::PURGE_URL => true ) ) ),
254
+ 'href ' => apply_filters ( 'nfd_build_url ' , add_query_arg ( array ( self ::PURGE_URL => true ) ) ),
255
255
)
256
256
);
257
257
}
@@ -262,7 +262,7 @@ public function admin_bar_menu( \WP_Admin_Bar $wp_admin_bar ) {
262
262
'id ' => 'nfd_purge_menu-cache_settings ' ,
263
263
'title ' => __ ( 'Cache Settings ' , 'wp-module-performance ' ),
264
264
'parent ' => 'nfd_purge_menu ' ,
265
- 'href ' => apply_filters ( 'nfd_build_url ' , admin_url ( 'tools.php?page= ' . self ::PAGE_SLUG ) ),
265
+ 'href ' => apply_filters ( 'nfd_build_url ' , admin_url ( 'tools.php?page= ' . self ::PAGE_SLUG ) ),
266
266
)
267
267
);
268
268
}
0 commit comments