- Timestamp:
- May 28, 2009, 12:41:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r237 r245 452 452 } 453 453 454 function xpress_post_new_link($link_title ,$display = true)454 function xpress_post_new_link($link_title = 'Post New',$display = true) 455 455 { 456 456 $output = '<a href="'. get_xpress_url() . '/wp-admin/post-new.php' . '">' . $link_title . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.