Making WordPress.org


Ignore:
Timestamp:
02/24/2017 06:30:31 PM (8 years ago)
Author:
coffee2code
Message:

Plugin Directory: i18n cleanup.

Props SergeyBiryukov.
Fixes #2534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php

    r4401 r5001  
    362362                    $user_post_count,
    363363                    'posts',
    364                     'wporg-posts'
     364                    'wporg-plugins'
    365365                ),
    366366                number_format_i18n( $user_post_count )
     
    388388                $total_posts,
    389389                'posts',
    390                 'wporg-posts'
     390                'wporg-plugins'
    391391            ),
    392392            number_format_i18n( $total_posts )
     
    442442                    $this->sticky_posts_count,
    443443                    'posts',
    444                     'wporg-posts'
     444                    'wporg-plugins'
    445445                ),
    446446                number_format_i18n( $this->sticky_posts_count )
Note: See TracChangeset for help on using the changeset viewer.