upgrade_431()

Executes changes made in WordPress 4.3.1.


Description Description


Source Source

File: wp-admin/includes/upgrade.php

					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.