Changeset 5615 for trunk/wp-includes/post-template.php
- Timestamp:
- 05/31/2007 12:29:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r5444 r5615 100 100 $output = balanceTags($output); 101 101 if ( ! empty($more_link_text) ) 102 $output .= ' <a href="' . get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";102 $output .= ' <a href="' . get_permalink() . '#more-' . $id . '" class="morelink">' . $more_link_text . '</a>'; 103 103 } 104 104
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)