Ticket #23481: 23481.diff
| File 23481.diff, 948 bytes (added by , 13 years ago) |
|---|
-
wp-includes/formatting.php
1721 1721 } 1722 1722 1723 1723 /** 1724 * Callback to used toadd rel=nofollow string to HTML A element.1724 * Callback to add rel=nofollow string to HTML A element. 1725 1725 * 1726 1726 * Will remove already existing rel="nofollow" and rel='nofollow' from the 1727 1727 * string to prevent from invalidating (X)HTML. -
wp-includes/functions.php
727 727 * 728 728 * @since 0.71 729 729 * 730 * @param array $array Array to used towalk while sanitizing contents.730 * @param array $array Array to walk while sanitizing contents. 731 731 * @return array Sanitized $array. 732 732 */ 733 733 function add_magic_quotes( $array ) {