Changeset 572955
- Timestamp:
- 07/16/2012 08:34:56 AM (14 years ago)
- Location:
- wp-featured-content-slider
- Files:
-
- 4 added
- 2 edited
-
tags/2.6/featured-content-slider.php (modified) (1 diff)
-
tags/2.6/options.php (added)
-
tags/2.6/readme.txt (added)
-
tags/2.6/screenshot-1.png (added)
-
tags/2.6/screenshot-2.png (added)
-
trunk/featured-content-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-featured-content-slider/tags/2.6/featured-content-slider.php
r572163 r572955 58 58 add_action('save_post', 'c_slider_save'); 59 59 60 function feat_init() {60 function c_slider_init() { 61 61 62 62 add_meta_box("feat_slider", "Featured Content Slider Options", "c_slider_meta", "post", "normal", "high"); -
wp-featured-content-slider/trunk/featured-content-slider.php
r572162 r572955 58 58 add_action('save_post', 'c_slider_save'); 59 59 60 function feat_init() {60 function c_slider_init() { 61 61 62 62 add_meta_box("feat_slider", "Featured Content Slider Options", "c_slider_meta", "post", "normal", "high");
Note: See TracChangeset
for help on using the changeset viewer.