Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Admin Menu
Commits
a0bc3993
Verified
Commit
a0bc3993
authored
Mar 09, 2020
by
John James Jacoby
Browse files
Separate Customizer, and bump version to bust caches.
parent
52d42c6f
Pipeline
#1340
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
wp-admin-menu-plus.php
View file @
a0bc3993
...
...
@@ -2,14 +2,17 @@
/*
* Plugin Name: WP Admin Menu Plus
* Plugin URI: http://wordpress.org/plugins/wp-admin-menu-plus/
* Plugin URI: http
s
://wordpress.org/plugins/wp-admin-menu-plus/
* Author: John James Jacoby
* Author URI: https://jjj.blog
* Version: 1.
0
.0
* Version: 1.
1
.0
* Description: Additional styling for WordPress administration menus
* License: GPLv2 or later
*/
// Exit if accessed directly
defined
(
'ABSPATH'
)
||
exit
;
/**
* Includes
*
...
...
@@ -45,5 +48,5 @@ function wp_amp_get_plugin_url() {
* @return int
*/
function
wp_amp_get_asset_version
()
{
return
20
160916
000
5
;
return
20
200309
000
1
;
}
wp-admin-menu-plus/assets/css/admin-menu-plus.css
View file @
a0bc3993
...
...
@@ -11,6 +11,7 @@
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"users.php?page=user-add"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"admin.php?page=add-new-network"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"update-core.php"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"themes.php"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"customize.php"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"user-new.php"
]
:after
,
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"site-new.php"
]
:after
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment