Changeset 60709
- Timestamp:
- 09/04/2025 08:04:47 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60702 r60709 6433 6433 * @since 3.4.0 6434 6434 * 6435 * @param string $color 6436 * @return string 6435 * @param string $color The color value to add the hash prefix to. Can be with or without a #. 6436 * @return string The color with the hash prefix if it's a valid hex color, 6437 * otherwise the original value. 6437 6438 */ 6438 6439 function maybe_hash_hex_color( $color ) {
Note: See TracChangeset for help on using the changeset viewer.