Changeset 4622 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
- Timestamp:
- 01/10/2017 10:13:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
r4475 r4622 347 347 $slug = $post->post_name; 348 348 349 $post->stable_tag = get_post_meta( $post->ID, 'stable_tag', true ) ;349 $post->stable_tag = get_post_meta( $post->ID, 'stable_tag', true ) ?: 'trunk'; 350 350 351 351 if ( empty( $slug ) ) {
Note: See TracChangeset
for help on using the changeset viewer.