upgrade_252()

Execute changes made in WordPress 2.5.2.


Description Description


Source Source

File: wp-admin/includes/upgrade.php

		foreach ( $objects as $object ) {
			$wpdb->update(
				$wpdb->posts,
				array(
					'post_status'    => 'attachment',

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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