mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Moved respond.js from recommended to required plugins. Added title="" to read more links.
This commit is contained in:
@@ -261,6 +261,12 @@ function trestle_register_required_plugins() {
|
||||
'required' => true,
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'Respond.js',
|
||||
'slug' => 'respondjs',
|
||||
'required' => true,
|
||||
),
|
||||
|
||||
// Optional plugins
|
||||
array(
|
||||
'name' => 'Black Studio TinyMCE Widget',
|
||||
@@ -346,12 +352,6 @@ function trestle_register_required_plugins() {
|
||||
'required' => false,
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'Respond.js',
|
||||
'slug' => 'respondjs',
|
||||
'required' => false,
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'Simple Image Sizes',
|
||||
'slug' => 'simple-image-sizes',
|
||||
|
||||
Reference in New Issue
Block a user