Changeset 9606 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/11/2008 09:39:42 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9604 r9606 611 611 } 612 612 $out .= '<div class="hidden" id="inline_' . $tag->term_id . '">'; 613 $out .= '<div class="name">' . $name. '</div>';613 $out .= '<div class="name">' . attribute_escape($tag->name) . '</div>'; 614 614 $out .= '<div class="slug">' . $tag->slug . '</div></div></td>'; 615 615 break; … … 1151 1151 return; 1152 1152 1153 $title = _draft_or_post_title($post->ID);1153 $title = attribute_escape($post->post_title); 1154 1154 1155 1155 echo '
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)