Make WordPress Core


Ignore:
Timestamp:
12/21/2006 10:45:58 AM (19 years ago)
Author:
markjaquith
Message:

Whitespace cleanup for [4656]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r4656 r4657  
    10821082}
    10831083
    1084 // Escaping for HTML attributes like
     1084// Escaping for HTML attributes
    10851085function attribute_escape($text) {
    10861086    return wp_specialchars($text, true);
Note: See TracChangeset for help on using the changeset viewer.