Changeset 401 for branches/Ver2.1/xpressme_integration_kit/wp-content
- Timestamp:
- Oct 15, 2009, 5:22:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r374 r401 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.