- Timestamp:
- Oct 15, 2009, 4:34:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r363 r400 585 585 586 586 if (xpress_is_wp_version('>=','2.1')){ 587 $output = '<a href="'. get_ xpress_url() . '/wp-admin/post-new.php' . '">' . $link_title . '</a>';588 } else { 589 $output = '<a href="'. get_ xpress_url() . '/wp-admin/post.php' . '">' . $link_title . '</a>';587 $output = '<a href="'. get_bloginfo('url') . '/wp-admin/post-new.php' . '">' . $link_title . '</a>'; 588 } else { 589 $output = '<a href="'. get_bloginfo('url') . '/wp-admin/post.php' . '">' . $link_title . '</a>'; 590 590 } 591 591 if ($echo)
Note: See TracChangeset
for help on using the changeset viewer.