Changeset 13082
- Timestamp:
- 12/22/2023 07:24:02 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r13080 r13082 1154 1154 1155 1155 // NOTE: The json_encode( json_decode() ) is to remove the whitespaces used above for readability. 1156 $live_preview_link = 'https://playground.wordpress.net/#' . urlencode( json_encode( json_decode( $blueprint )) );1156 $live_preview_link = 'https://playground.wordpress.net/#' . json_encode( json_decode( $blueprint ) ); 1157 1157 1158 1158 // Hacky way to prevent a problem with xml-rpc. … … 1170 1170 SVN - https://themes.svn.wordpress.org/{$this->theme_slug}/{$this->theme->display( 'Version' )} 1171 1171 ZIP - {$theme_zip_link} 1172 Live preview – [ {$live_preview_link} https://playground.wordpress.net/#…]1172 Live preview – [[{$live_preview_link}|https://playground.wordpress.net/#…]] 1173 1173 1174 1174 {$this->trac_ticket->parent_link}
Note: See TracChangeset
for help on using the changeset viewer.