Changeset 444961
- Timestamp:
- 09/28/2011 08:16:47 PM (15 years ago)
- File:
-
- 1 edited
-
ajax-event-calendar/trunk/ajax-event-calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/ajax-event-calendar.php
r444952 r444961 623 623 624 624 function render_aec_version($credit = false) { 625 $out = "<span class='aec-version'>v1.0RC–1</span>\n";625 //$out = "<span class='aec-version'>" . AEC_VERSION . "</span>\n"; 626 626 if ($credit) { 627 $out .="<a href='http://eranmiller.com/' class='aec-credit'>AECv" . AEC_VERSION . " " . __('Created By', AEC_NAME) . " Eran Miller</a>\n";628 } 629 return $out;627 return "<a href='http://eranmiller.com/' class='aec-credit'>AECv" . AEC_VERSION . " " . __('Created By', AEC_NAME) . " Eran Miller</a>\n"; 628 } 629 //return $out; 630 630 } 631 631
Note: See TracChangeset
for help on using the changeset viewer.