Skip to content

Commit

Permalink
Syndication / Diagnostics -- report back SimplePie version, along wit…
Browse files Browse the repository at this point in the history
…h all the rest.
  • Loading branch information
radgeek committed Aug 19, 2020
1 parent 77be04b commit 6008a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diagnostics-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ static function info_box ($page, $box = NULL) {
<th scope="row">Hosting Environment:</th>
<td><ul style="margin-top: 0; padding-top: 0;">
<li><em>WordPress:</em> version <?php print $wp_version; ?></li>
<li><em>SimplePie:</em> version <?php print SIMPLEPIE_VERSION; ?></li>
<?php if (function_exists('phpversion')) : ?>
<li><em>PHP:</em> version <?php print phpversion(); ?></li>
<?php endif; ?>
Expand Down

0 comments on commit 6008a5b

Please sign in to comment.