Changeset 10004
- Timestamp:
- 07/03/2020 04:19:48 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-block-validator.php
r10003 r10004 10 10 */ 11 11 public static function display() { 12 ob_start(); 12 13 $plugin_url = $_REQUEST['plugin_url'] ?? ''; 13 14 ?> … … 31 32 </div> 32 33 <?php 34 return ob_get_clean(); 33 35 } 34 36 -
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.