Reverted back to post order plugins. Modified CSS for nested lists in the sidebar.

This commit is contained in:
MickeyKay
2014-03-21 10:50:33 -07:00
parent 339e99b41b
commit 879e4a9ebe
2 changed files with 14 additions and 8 deletions
+8 -8
View File
@@ -328,6 +328,12 @@ function trestle_register_required_plugins() {
'required' => false,
),
array(
'name' => 'My Page Order',
'slug' => 'my-page-order',
'required' => false,
),
array(
'name' => 'NextGen Gallery',
'slug' => 'nextgen-gallery',
@@ -341,8 +347,8 @@ function trestle_register_required_plugins() {
),
array(
'name' => 'Simple Custom Post Order',
'slug' => 'simple-custom-post-order',
'name' => 'Post Types Order',
'slug' => 'post-types-order',
'required' => false,
),
@@ -381,12 +387,6 @@ function trestle_register_required_plugins() {
'slug' => 'wp-hotkeys',
'required' => false,
),
array(
'name' => 'WP Super Cache',
'slug' => 'wp-super-cache',
'required' => false,
),
);
// Change this to your theme text domain, used for internationalising strings