Making WordPress.org

Changeset 3190


Ignore:
Timestamp:
05/20/2016 03:59:04 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Merge the two Meta widgets.

H/t dd32.
See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets
Files:
1 deleted
1 edited

Legend:

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

    r3184 r3190  
    3131
    3232        <ul>
    33             <li><?php printf( __( 'Last updated: %s ago', 'wporg-plugins' ), human_time_diff( get_post_modified_time() ) ); ?></li>
     33            <li><?php printf( __( 'Last updated: %s ago', 'wporg-plugins' ), '<span itemprop="dateModified" content="' . esc_attr( get_post_modified_time( 'c' ) ) . '">' . human_time_diff( get_post_modified_time() ) . '</span>' ); ?></li>
    3434            <li><?php printf( __( 'Active installs: %s', 'wporg-plugins' ), Template::active_installs( false ) ); ?></li>
    3535            <li><?php printf( __( 'Category: %s', 'wporg-plugins' ), get_the_term_list( get_post()->ID, 'plugin_category', '', ', ' ) ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.