Changeset 176 for trunk/wp-content/themes/xpress_default/single.php
- Timestamp:
- Apr 11, 2009, 2:12:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/single.php
r168 r176 48 48 <div id ="xpress-pings-block"> 49 49 <h3><?php xpress_pings_number(__('No Trackback/Pingback', 'xpress'),__('One Trackback/Pingback', 'xpress'),__('% TrackBack/Pingback', 'xpress')) ?></h3> 50 51 <?php xpress_pings_list(true) ?> 50 <p class="xpress_pings_status"><small> 51 <?php 52 if ('open' == $post->ping_status) { 53 printf(__('You can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); 54 } else { 55 _e('Pinging is currently not allowed.', 'xpress'); 56 } 57 ?> 58 </small></p> 59 <?php xpress_pings_list(true) ?> 52 60 </div> 53 61
Note: See TracChangeset
for help on using the changeset viewer.