Changeset 14584
- Timestamp:
- 11/05/2025 04:21:31 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
r13757 r14584 548 548 public function show_admin_bar() { 549 549 add_action( 'gp_head', 'wp_enqueue_admin_bar_header_styles' ); 550 add_action( 'gp_head', ' _admin_bar_bump_cb' );550 add_action( 'gp_head', 'wp_enqueue_admin_bar_bump_styles' ); 551 551 552 552 gp_enqueue_script( 'admin-bar' );
Note: See TracChangeset
for help on using the changeset viewer.