Changeset 10340
- Timestamp:
- 10/02/2020 12:56:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r10316 r10340 1079 1079 if ( $post ) { 1080 1080 $project = 'stable-readme'; 1081 if ( ! $p lugin->stable_tag || 'trunk' === $plugin->stable_tag ) {1081 if ( ! $post->stable_tag || 'trunk' === $post->stable_tag ) { 1082 1082 $project = 'dev-readme'; 1083 1083 }
Note: See TracChangeset
for help on using the changeset viewer.