Plugin Directory

Changeset 444961


Ignore:
Timestamp:
09/28/2011 08:16:47 PM (15 years ago)
Author:
eranmiller
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/trunk/ajax-event-calendar.php

    r444952 r444961  
    623623
    624624        function render_aec_version($credit = false) {
    625             $out = "<span class='aec-version'>v1.0RC&ndash;1</span>\n";
     625            //$out = "<span class='aec-version'>" . AEC_VERSION . "</span>\n";
    626626            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;
    630630        }
    631631       
Note: See TracChangeset for help on using the changeset viewer.