- Timestamp:
- Aug 17, 2009, 9:15:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r360 r363 584 584 585 585 586 if ( $xoops_config->wp_db_version > 5000){586 if (xpress_is_wp_version('>=','2.1')){ 587 587 $output = '<a href="'. get_xpress_url() . '/wp-admin/post-new.php' . '">' . $link_title . '</a>'; 588 588 } else {
Note: See TracChangeset
for help on using the changeset viewer.