Docs: Miscellaneous DocBlock corrections.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48408


git-svn-id: http://core.svn.wordpress.org/trunk@48177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-07-08 13:15:03 +00:00
parent 755766f286
commit 6bf6bc451f
6 changed files with 29 additions and 17 deletions

View File

@@ -1656,7 +1656,7 @@ function wp_widget_rss_form( $args, $inputs = null ) {
<?php endif; ?>
</p>
<?php
endif; // end of display options
endif; // End of display options.
foreach ( array_keys( $default_inputs ) as $input ) :
if ( 'hidden' === $inputs[ $input ] ) :
$id = str_replace( '_', '-', $input );