Changeset 4656 for branches/2.0/wp-includes/template-functions-post.php
- Timestamp:
- 12/21/2006 10:10:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/template-functions-post.php
r4604 r4656 419 419 foreach ( $page_tree[$parent]['children'] as $page_id ) { 420 420 $cur_page = $page_tree[$page_id]; 421 $title = wp_specialchars($cur_page['title']);421 $title = attribute_escape($cur_page['title']); 422 422 423 423 $css_class = 'page_item';
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)