Making WordPress.org


Ignore:
Timestamp:
02/25/2015 03:23:28 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Continue with the misspelling, to avoid future confusion.

See #745.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php

    r1320 r1321  
    271271    if ( 'repopackage' == $post->post_type ) {
    272272        $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() );
    274274
    275275        $html = '<img src="' . esc_url( $src ) . '"/>';
Note: See TracChangeset for help on using the changeset viewer.