Changeset 50935 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 05/19/2021 10:10:58 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r50828 r50935 1761 1761 $value = esc_js( $value ); 1762 1762 } 1763 1764 // Restore the type for integer fields after esc_attr(). 1765 if ( in_array( $field, $int_fields, true ) ) { 1766 $value = (int) $value; 1767 } 1768 1763 1769 return $value; 1764 1770 }
Note: See TracChangeset
for help on using the changeset viewer.