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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user