Skip to content

Commit 090c225

Browse files
committed
Added screenshot
1 parent 6d319b9 commit 090c225

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Breakdance QuickNav
22

3+
[<img src="https://raw.githubusercontent.com/deckerweb/breakdance-quicknav/master/assets-github/breakdance-quicknav-screenshot.png" data-canonical-src="https://raw.githubusercontent.com/deckerweb/breakdance-quicknav/master/assets-github/breakdance-quicknav-screenshot.png" width="772" height="250" />]
4+
35
The **Breakdance QuickNav** plugin adds a quick-access navigator to the WordPress Admin Bar (Toolbar). It allows easy access to Breakdance Builder Templates, Headers, Footers, Global Blocks, Popups, and (regular WordPress) Pages edited with Breakdance, along with other essential settings.
46

57
### Tested Compatibility
354 KB
Loading

breakdance-quicknav.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,17 +609,17 @@ private function add_about_submenu( $wp_admin_bar ) {
609609
) );
610610

611611
$about_links = array(
612-
'author' => array(
612+
'author' => array(
613613
'title' => __( 'Author: David Decker', 'breakdance-quicknav' ),
614614
'url' => 'https://deckerweb.de/',
615615
),
616-
'github' => array(
616+
'github' => array(
617617
'title' => __( 'Plugin on GitHub', 'breakdance-quicknav' ),
618618
'url' => 'https://github.com/deckerweb/breakdance-quicknav',
619619
),
620-
'buymeacoffee' => array(
620+
'kofi' => array(
621621
'title' => __( 'Buy Me a Coffee', 'breakdance-quicknav' ),
622-
'url' => 'https://buymeacoffee.com/daveshine',
622+
'url' => 'https://ko-fi.com/deckerweb',
623623
),
624624
);
625625

0 commit comments

Comments
 (0)