Changeset 40290 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/14/2017 06:41:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r40275 r40290 1917 1917 1918 1918 $object_ids = implode( ',', $object_ids ); 1919 $taxonomies = implode( ',', $taxonomies );1919 $taxonomies = "'" . implode( "', '", array_map( 'esc_sql', $taxonomies ) ) . "'"; 1920 1920 1921 1921 /**
Note: See TracChangeset
for help on using the changeset viewer.