Changeset 12978
- Timestamp:
- 11/23/2023 11:40:25 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r12975 r12978 758 758 } 759 759 760 $blueprint_encoded = esc_html( $blueprint['contents']);760 $blueprint_encoded = esc_html( str_replace( '%', '%25', $blueprint['contents'] ) ); 761 761 762 762 return sprintf( 'https://playground.wordpress.net/?plugin=%s#%s', $post->post_name, $blueprint_encoded );
Note: See TracChangeset
for help on using the changeset viewer.