mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Reverted back to post order plugins. Modified CSS for nested lists in the sidebar.
This commit is contained in:
@@ -328,6 +328,12 @@ function trestle_register_required_plugins() {
|
|||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
array(
|
||||||
|
'name' => 'My Page Order',
|
||||||
|
'slug' => 'my-page-order',
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'name' => 'NextGen Gallery',
|
'name' => 'NextGen Gallery',
|
||||||
'slug' => 'nextgen-gallery',
|
'slug' => 'nextgen-gallery',
|
||||||
@@ -341,8 +347,8 @@ function trestle_register_required_plugins() {
|
|||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'name' => 'Simple Custom Post Order',
|
'name' => 'Post Types Order',
|
||||||
'slug' => 'simple-custom-post-order',
|
'slug' => 'post-types-order',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
|
|
||||||
@@ -381,12 +387,6 @@ function trestle_register_required_plugins() {
|
|||||||
'slug' => 'wp-hotkeys',
|
'slug' => 'wp-hotkeys',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
|
||||||
'name' => 'WP Super Cache',
|
|
||||||
'slug' => 'wp-super-cache',
|
|
||||||
'required' => false,
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Change this to your theme text domain, used for internationalising strings
|
// Change this to your theme text domain, used for internationalising strings
|
||||||
|
|||||||
Reference in New Issue
Block a user