Making WordPress.org


Ignore:
Timestamp:
05/12/2018 10:21:04 AM (7 years ago)
Author:
ocean90
Message:

Plugin Directory: Fix nesting of parentheses.

File:
1 edited

Legend:

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

    r7195 r7196  
    7272                    __( 'Last updated: %s', 'wporg-plugins' ),
    7373                    /* translators: %s: time since the last update */
    74                     '<strong>' . wp_kses( sprintf( __( '%s ago', 'wporg-plugins' ), '<span>' . human_time_diff( $modified_time ) . '</span>', array( 'span' => true ) ) ) . '</strong>'
     74                    '<strong>' . wp_kses( sprintf( __( '%s ago', 'wporg-plugins' ), '<span>' . human_time_diff( $modified_time ) . '</span>' ), array( 'span' => true ) ) . '</strong>'
    7575                );
    7676                ?>
Note: See TracChangeset for help on using the changeset viewer.