summaryrefslogtreecommitdiffstats
path: root/wp-includes/pluggable.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge with WP 2.6.2donncha2008-09-151-1/+43
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1471 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP revision 8635donncha2008-08-131-6/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1421 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with rev 8339donncha2008-07-151-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1374 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 8216donncha2008-07-021-7/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1344 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 8180donncha2008-06-241-129/+149
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with revision 8075donncha2008-06-131-48/+226
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Ignore activation key in db.donncha2008-05-071-2/+5
| | | | | | | Generate a correct key, thanks mtdewvirus git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1273 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 7826donncha2008-04-251-5/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1266 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WP 2.5, revision 7806donncha2008-04-241-10/+5
| | | | 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-219/+845
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.3donncha2008-02-051-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1196 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.2donncha2008-01-021-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1172 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Return "Blog suspended" message only if blog marked as spam, fixes #515donncha2007-12-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1169 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress 2.3.1donncha2007-10-301-24/+23
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1139 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-2/+2
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-231-55/+48
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1125 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Revert get_userdatabylogin() to 1.2.5a versiondonncha2007-10-151-8/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1075 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-121-107/+237
| | | | | | | 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 with WP 2.2.3donncha2007-09-101-4/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1051 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to WP 2.2.1donncha2007-06-211-3/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1005 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-0/+2
| | | | | | | Test only, not for production use yet git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 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 5007donncha2007-03-091-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@909 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4956donncha2007-02-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@904 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4950donncha2007-02-261-3/+54
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@900 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-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@879 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4524donncha2006-11-241-11/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@810 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-11-071-12/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@804 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - needs testing.donncha2006-10-091-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@797 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4347donncha2006-10-051-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@789 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4273donncha2006-10-031-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@788 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4254donncha2006-09-261-7/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@770 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Set the cookie path to the current site's path (fixes #125)donncha2006-09-121-24/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@737 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev #4147donncha2006-08-311-24/+24
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@729 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-07-061-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@638 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge (kill the foo!)donncha2006-06-301-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@618 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-271-25/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@599 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@595 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+541
Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36