upgrade_431()

Executes changes made in WordPress 4.3.1.


Description Description


Source Source

File: wp-admin/includes/upgrade.php

1599
1600
1601
1602
1603
1604
1605
1606
                    update_option( $row->option_name, $value );
                }
            }
            $start += 20;
        }
        clean_blog_cache( get_current_blog_id() );
    }
}

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.