Changeset 13301 for sites/trunk/wp-themes.com/public_html/wp-content/plugins/style-variations/inc/styles-endpoint.php
- Timestamp:
- 03/11/2024 01:59:36 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp-themes.com/public_html/wp-content/plugins/style-variations/inc/styles-endpoint.php
r12349 r13301 26 26 foreach ( $variations as $variation ) { 27 27 $title = strtolower( $variation['title'] ); 28 $link = "$base?style_variation=$title";28 $link = add_query_arg( 'style_variation', urlencode( $title ), $base );; 29 29 30 30 $styles[] = array(
Note: See TracChangeset
for help on using the changeset viewer.