Changeset 10004 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-readme-validator.php
- Timestamp:
- 07/03/2020 04:19:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-readme-validator.php
r9920 r10004 10 10 */ 11 11 public static function display() { 12 ob_start(); 12 13 ?> 13 14 <div class="wrap"> … … 50 51 </div> 51 52 <?php 53 return ob_get_clean(); 52 54 } 53 55
Note: See TracChangeset
for help on using the changeset viewer.