Changeset 1940 for trunk/wp-includes/links.php
- Timestamp:
- 12/12/2004 08:41:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/links.php
r1780 r1940 177 177 $the_link = '#'; 178 178 if (($row->link_url != null) && ($row->link_url != '')) { 179 $the_link = htmlspecialchars($row->link_url);179 $the_link = wp_specialchars($row->link_url); 180 180 } 181 181 $rel = $row->link_rel; … … 183 183 $rel = " rel='$rel'"; 184 184 } 185 $desc = htmlspecialchars($row->link_description, ENT_QUOTES);186 $name = htmlspecialchars($row->link_name, ENT_QUOTES);185 $desc = wp_specialchars($row->link_description, ENT_QUOTES); 186 $name = wp_specialchars($row->link_name, ENT_QUOTES); 187 187 188 188 $title = $desc;
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)