Changeset 5457 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php
- Timestamp:
- 05/01/2017 09:23:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php
r5248 r5457 33 33 34 34 <h3 class="screen-reader-text"><?php echo apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Meta', 'wporg-plugins' ) : $instance['title'], $instance, $this->id_base ); ?></h3> 35 <link itemprop="applicationCategory" href="http://schema.org/OtherApplication" />36 <span itemprop="offers" itemscope itemtype="http://schema.org/Offer">37 <meta itemprop="price" content="0.00" />38 <meta itemprop="priceCurrency" content="USD" />39 <span itemprop="seller" itemscope itemtype="http://schema.org/Organization">40 <span itemprop="name" content="WordPress.org"></span>41 </span>42 </span>43 35 44 36 <ul> … … 52 44 printf( __( 'Last updated: %s', 'wporg-plugins' ), 53 45 /* Translators: Plugin modified time. */ 54 '<strong>' . sprintf( __( '%s ago', 'wporg-plugins' ), '<span itemprop="dateModified" content="' . esc_attr( get_post_modified_time( 'c' ) ) . '">' . human_time_diff( get_post_modified_time() ) . '</span>' ) . '</strong>'46 '<strong>' . sprintf( __( '%s ago', 'wporg-plugins' ), '<span>' . human_time_diff( get_post_modified_time() ) . '</span>' ) . '</strong>' 55 47 ); 56 48 ?> … … 73 65 <?php endif; ?> 74 66 75 <?php if ( ! get_query_var( 'plugin_advanced' ) ) : ?> 67 <?php if ( ! get_query_var( 'plugin_advanced' ) ) : ?> 76 68 <li class="hide-if-no-js"> 77 69 <?php
Note: See TracChangeset
for help on using the changeset viewer.