summaryrefslogtreecommitdiffstats
path: root/wp-includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* Minor whitespace cleanupdonncha2008-10-081-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1503 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use default value for get_options()donncha2008-09-221-6/+6
| | | | | | | get *all* options, not just auto load options, thanks Will Norris git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1489 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP revision 8635donncha2008-08-131-11/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1421 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP merge to revision 8283donncha2008-07-081-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1356 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 8266donncha2008-07-071-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1355 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 8249donncha2008-07-031-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1347 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 8216donncha2008-07-021-39/+229
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1344 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Ignore the cache with WP_INSTALLING is setdonncha2008-06-241-11/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1337 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 8180donncha2008-06-241-79/+411
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When installing, disable the option cache, fixes #663donncha2008-06-241-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1335 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with revision 8075donncha2008-06-131-9/+37
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with branches/2.5 in WordPress, revision 8066donncha2008-06-101-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1324 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WordPress.com object cache mergedonncha2008-06-041-102/+76
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1320 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Shouldn't check for switching when we check for not switching inside ..donncha2008-05-231-9/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1311 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Experimental: warn if blog_id is changed without switch_to_blog() being ↵donncha2008-05-231-3/+12
| | | | | | called because it results in cache pollution git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1310 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, page template validationdonncha2008-05-161-0/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1294 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This makes switching work when using an object cachedonncha2008-05-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1280 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WP 2.5, revision 7806donncha2008-04-241-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1260 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-597/+893
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-241-0/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1191 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.2donncha2008-01-021-8/+40
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1172 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress 2.3.1donncha2007-10-301-588/+523
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1139 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-231-527/+592
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1125 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-121-266/+161
| | | | | | | Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sync for WP 2.2.2donncha2007-08-061-7/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1013 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to WP 2.2.1donncha2007-06-211-43/+23
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1005 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge from WPdonncha2007-06-201-13/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1003 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge 5509donncha2007-05-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@976 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5499, this is a big one! Test it before you put it live!donncha2007-05-211-33/+105
| | | | | | | Test only, not for production use yet git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Speed up switching and caching significantly (experimental!)donncha2007-04-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@959 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5109donncha2007-03-261-1/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@934 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Ryan casts an int and catches a fish, someone buy him a pint! merge to 5092donncha2007-03-231-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@933 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5061donncha2007-03-191-6/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@920 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5032donncha2007-03-131-0/+64
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@916 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 5028donncha2007-03-121-20/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@915 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 5007donncha2007-03-091-10/+24
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@909 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4952donncha2007-02-271-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@902 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix comment feedsdonncha2007-02-261-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@901 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4950donncha2007-02-261-15/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@900 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4929donncha2007-02-231-13/+24
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@899 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4914donncha2007-02-221-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@896 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* wp merge to rev 4896donncha2007-02-201-29/+54
| | | | | | | | Ryan's nooption fixes jquery filename is different git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@890 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4887donncha2007-02-151-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@888 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4865donncha2007-02-051-14/+86
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@879 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Revert changes to options.donncha2007-02-011-2/+2
| | | | | | | Let's aim for 1.1.1 next week git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@877 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4844donncha2007-01-301-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@874 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 3834 and reverted to novalueindb option codedonncha2007-01-301-10/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@873 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4813donncha2007-01-261-34/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@868 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4753donncha2007-01-161-3/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@849 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4701donncha2007-01-081-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@832 7be80a69-a1ef-0310-a953-fb0f7c49ff36