Changeset 1842960
- Timestamp:
- 03/19/2018 05:12:13 PM (8 years ago)
- File:
-
- 1 edited
-
multiple-cropped-images/trunk/dist/MCI_Meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/dist/MCI_Meta.php
r1842956 r1842960 73 73 echo '</div>'; 74 74 75 echo '<span class="button mci-add">' . __('Add', MCI_LOC_DOMAIN) . '</span>'; 75 if(!empty(MCI_Core::getSizes())) 76 { 77 echo '<span class="button mci-add">' . __('Add', MCI_LOC_DOMAIN) . '</span>'; 78 } 76 79 } 77 80
Note: See TracChangeset
for help on using the changeset viewer.