Changeset 2068160
- Timestamp:
- 04/13/2019 05:23:57 AM (7 years ago)
- Location:
- dts-simple-share
- Files:
-
- 18 added
- 1 edited
-
tags/0.4.4 (added)
-
tags/0.4.4/css (added)
-
tags/0.4.4/css/font-awesome.min.css (added)
-
tags/0.4.4/css/styles-admin.css (added)
-
tags/0.4.4/css/styles.css (added)
-
tags/0.4.4/dts-simple-share-settings.php (added)
-
tags/0.4.4/dts-simple-share.php (added)
-
tags/0.4.4/fonts (added)
-
tags/0.4.4/fonts/FontAwesome.otf (added)
-
tags/0.4.4/fonts/fontawesome-webfont.eot (added)
-
tags/0.4.4/fonts/fontawesome-webfont.svg (added)
-
tags/0.4.4/fonts/fontawesome-webfont.ttf (added)
-
tags/0.4.4/fonts/fontawesome-webfont.woff (added)
-
tags/0.4.4/fonts/fontawesome-webfont.woff2 (added)
-
tags/0.4.4/js (added)
-
tags/0.4.4/js/scripts-admin.js (added)
-
tags/0.4.4/js/scripts.js (added)
-
tags/0.4.4/readme.txt (added)
-
trunk/dts-simple-share.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dts-simple-share/trunk/dts-simple-share.php
r2068158 r2068160 4 4 Plugin URI: https://dtweb.design/simple-share/ 5 5 Description: Simple social media/email sharebar. Specify platforms and location, or use shortcode [dts_sharebar] wherever you want them to show up! 6 Version: 0.4. 36 Version: 0.4.4 7 7 Author: Michael R. Dinerstein 8 8 Author URI: https://www.linkedin.com/in/michaeldinerstein/ … … 462 462 $order = $options['dts_order']; 463 463 464 foreach( $order as $key ) 464 foreach( $order as $key ) : 465 466 if ( ! isset( $smpl_sharers[$key] ) ) 467 continue; 468 465 469 $sharebar .= dts_smplshare_icon_html( $smpl_sharers[$key], true ); 470 471 endforeach; 466 472 467 473 foreach( $smpl_sharers as $smpl_sharer ) :
Note: See TracChangeset
for help on using the changeset viewer.