Wasn’t actually rolled out! So, 2.1.2 gets deleted; wasn’t ready, BTW… Waiting for 2.2.0 to complete!
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2421833 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
ef544eb760
commit
0520655f1c
11 changed files with 79 additions and 173 deletions
|
@ -5,10 +5,6 @@
|
|||
* @filesource
|
||||
* @author Stefan Herndler
|
||||
* @since 1.5.0 12.09.14 10:56
|
||||
*
|
||||
* Updated for 2.1.2 added version # of settings.css for cache busting
|
||||
* ############ update line 200 after changes to settings.css
|
||||
* Last modified 2020-11-19T1456+0100
|
||||
*/
|
||||
|
||||
|
||||
|
@ -198,20 +194,9 @@ abstract class MCI_Footnotes_LayoutEngine {
|
|||
// add WordPress color picker layout
|
||||
wp_enqueue_style('wp-color-picker');
|
||||
// add WordPress color picker function
|
||||
wp_enqueue_script('wp-color-picker');
|
||||
|
||||
|
||||
wp_enqueue_script('wp-color-picker');
|
||||
// register stylesheet
|
||||
// added version after changes started to settings.css from 2.1.2 on:
|
||||
wp_register_style(
|
||||
'mci-footnotes-admin-styles',
|
||||
plugins_url('../../css/settings.css', __FILE__),
|
||||
'',
|
||||
'2.1.2'
|
||||
);
|
||||
// UPDATE version # when making changes to settings.css, FOR CACHE BUSTING
|
||||
|
||||
|
||||
wp_register_style('mci-footnotes-admin-styles', plugins_url('../../css/settings.css', __FILE__));
|
||||
// add stylesheet to the output
|
||||
wp_enqueue_style('mci-footnotes-admin-styles');
|
||||
}
|
||||
|
@ -499,4 +484,4 @@ abstract class MCI_Footnotes_LayoutEngine {
|
|||
$l_arr_Data["name"], $l_arr_Data["id"], $l_arr_Data["value"], $p_in_Min, $p_int_Max);
|
||||
}
|
||||
|
||||
} // end of class
|
||||
} // end of class
|
Reference in a new issue