mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Miscellaneous DocBlock corrections.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48408 602fd350-edb4-49c9-b593-d223f7449a82
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