Making WordPress.org


Ignore:
Timestamp:
01/24/2017 11:06:35 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Fix a typo in [4764]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php

    r4764 r4765  
    142142            if ( $descriptions && !empty( $description[ (int)$image['resolution'] ] ) ) {
    143143                $caption = $description[ (int)$image['resolution'] ];
    144                 $caption = Plugin_I18n::instance()->translate( 'screenshot-' . $image['resolution'], $caption, [ 'post_id' => $$post->ID ] );
     144                $caption = Plugin_I18n::instance()->translate( 'screenshot-' . $image['resolution'], $caption, [ 'post_id' => $post->ID ] );
    145145            }
    146146
Note: See TracChangeset for help on using the changeset viewer.