Make WordPress Core

Changeset 28973


Ignore:
Timestamp:
07/03/2014 04:57:17 PM (10 years ago)
Author:
johnbillion
Message:

Correct typo in sanitize_html_class() docblock.

File:
1 edited

Legend:

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

    r28971 r28973  
    12841284 *
    12851285 * @param string $class The classname to be sanitized
    1286  * @param string $fallback Optional. The value to return if the sanitization end's up as an empty string.
     1286 * @param string $fallback Optional. The value to return if the sanitization ends up as an empty string.
    12871287 *  Defaults to an empty string.
    12881288 * @return string The sanitized value
Note: See TracChangeset for help on using the changeset viewer.