Files
wordpress-develop/tests/phpunit/tests
Boone Gorges b9e222fd6a Allow $autoload setting to be changed for existing options using update_option().
[31628] made it possible to pass an `$autoload` param to `update_option()` that
applies when the option does not yet exist in the database. The current
changeset introduces parity for existing options: the `$autoload` setting
for existing options can be changed via the `$autoload` parameter. For internal
simplicity, `$autoload` is ignored for existing options when `$value` is not
also changed.

This changeset also moves `update_option()` tests into their own class.

Props dd32.
Fixes #26394.

git-svn-id: https://develop.svn.wordpress.org/trunk@31640 602fd350-edb4-49c9-b593-d223f7449a82
2015-03-06 13:56:44 +00:00
..
2015-03-05 13:14:28 +00:00
2013-12-01 12:47:35 +00:00
2015-03-05 13:14:28 +00:00
2015-01-31 02:11:46 +00:00
2015-03-05 13:14:28 +00:00
2014-10-17 22:14:49 +00:00
2014-08-01 20:35:25 +00:00