Changeset 2101866
- Timestamp:
- 06/06/2019 09:04:52 PM (7 years ago)
- File:
-
- 1 edited
-
sendit/trunk/libs/markup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sendit/trunk/libs/markup.php
r2101727 r2101866 42 42 43 43 function sendit_shortcode($atts) { 44 $markup=sendit_markup($atts[ id]);44 $markup=sendit_markup($atts['id']); 45 45 return $markup; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.