mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
For doc block types, favor bool over the few remaining booleans
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2445,7 +2445,7 @@ function get_users_of_blog( $id = '' ) {
|
||||
* @deprecated 3.0.0
|
||||
* @deprecated Use add_theme_support( 'automatic-feed-links' )
|
||||
*
|
||||
* @param boolean $add Optional, default is true. Add or remove links. Defaults to true.
|
||||
* @param bool $add Optional, default is true. Add or remove links. Defaults to true.
|
||||
*/
|
||||
function automatic_feed_links( $add = true ) {
|
||||
_deprecated_function( __FUNCTION__, '3.0', "add_theme_support( 'automatic-feed-links' )" );
|
||||
|
||||
Reference in New Issue
Block a user