- Timestamp:
- May 26, 2009, 5:01:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r232 r237 442 442 } 443 443 444 function is_xpress_contributor()444 function xpress_is_contributor() 445 445 { 446 446 global $current_user; … … 586 586 } 587 587 588 function get_xpress_calendar($sun_color = '#DB0000' ,$sat_color = '#004D99' ,$initial = true) {588 function xpress_get_calendar($sun_color = '#DB0000' ,$sat_color = '#004D99' ,$initial = true) { 589 589 global $wpdb, $m, $monthnum, $year, $wp_locale, $posts; 590 590
Note: See TracChangeset
for help on using the changeset viewer.