PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 1.2
Simple Author Box v1.2
2.61 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / js / postbox-edit.js
simple-author-box / js Last commit date
postbox-edit.js 11 years ago sabox-color-picker.js 11 years ago sabox-hide.js 11 years ago sabox-slide.js 11 years ago
postbox-edit.js
9 lines
1 jQuery(document).on('ready', function($){
2 postboxes.save_state = function(){
3 return;
4 };
5 postboxes.save_order = function(){
6 return;
7 };
8 postboxes.add_postbox_toggles();
9 });