Changeset 1321 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 02/25/2015 03:23:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r1320 r1321 271 271 if ( 'repopackage' == $post->post_type ) { 272 272 $theme = new WPORG_Themes_Repo_Package( $post ); 273 $src = add_query_arg( array( 'w' => $size, 'strip' => 'all' ), $theme->screen _shot_url() );273 $src = add_query_arg( array( 'w' => $size, 'strip' => 'all' ), $theme->screenshot_url() ); 274 274 275 275 $html = '<img src="' . esc_url( $src ) . '"/>';
Note: See TracChangeset
for help on using the changeset viewer.