root/branches/2.2/wp-includes/functions.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @6083 [6083] 09/11/07 20:24:42 ryan Fix option sanitization slashing. fixes #4949 for 2.2
(edit) @5830 [5830] 08/01/07 19:14:28 markjaquith add_option()/update_option() should pass the option name to get_option() …
(edit) @5789 [5789] 07/07/07 04:08:04 markjaquith Properly unset notoptions cache in add_option() so that get_option() and …
(edit) @5713 [5713] 06/15/07 17:35:56 ryan wp_parse_str() from mdawaffe. fixes #4467
(edit) @5706 [5706] 06/14/07 05:12:59 markjaquith use FALSE to designate lack of user-supplied URL in *_query_arg() funcs. …
(edit) @5703 [5703] 06/14/07 03:38:51 markjaquith only strip question marks from the RIGHT side of the query string. fixes …
(edit) @5507 [5507] 05/21/07 22:50:32 rob1n Don't call is_wp_error() in wp_die() if it hasn't been defined yet. fixes …
(edit) @5500 [5500] 05/21/07 16:38:53 ryan Check if is_array before unsetting array index. fixes #4306
(edit) @5492 [5492] 05/19/07 04:38:51 rob1n Check for switch_themes, not edit_themes. Props Denis de Bernardy. fixes …
(edit) @5463 [5463] 05/12/07 22:37:07 ryan Flush all output buffers during shutdown to avoid PHP 5 bustage. fixes …
(edit) @5461 [5461] 05/12/07 21:58:38 ryan Return proper protocol. fixes #3886 for 2.2
(edit) @5410 [5410] 05/07/07 23:24:09 ryan Don't send header from wp_die() if admin header already sent. fixes #4234
(edit) @5400 [5400] 05/06/07 20:35:51 ryan Make sure Widgets menu comes after Themes. see #4169
(edit) @5397 [5397] 05/05/07 17:09:45 ryan Resurrect wp_parse_args() for 2.2.
(edit) @5377 [5377] 05/03/07 00:52:14 rob1n Load order fixed.
(edit) @5376 [5376] 05/03/07 00:43:57 rob1n Don't show Widgets admin page if core widgets aren't enabled. fixes #4218
(edit) @5371 [5371] 05/02/07 00:32:38 ryan Call get_option('siteurl') outside the loop to save a few dozen get_option …
(edit) @5363 [5363] 05/01/07 01:58:18 rob1n New way of loading widgets that works with PHP 5. Thanks to filosofo for …
(edit) @5360 [5360] 05/01/07 01:13:06 rob1n Move widget stuff around. see #4169
(edit) @5289 [5289] 04/19/07 22:26:52 markjaquith Roll tags out of 2.2 -- reverts [5272], [5271], [5257], [5254], [5253], …
(copy) @5287 [5287] 04/19/07 04:04:22 ryan 2.2 branch
copied from trunk/wp-includes/functions.php:
(edit) @5284 [5284] 04/19/07 02:49:19 rob1n Cast substr()'s to int before passing through mktime() to prevent warning. …
Note: See TracRevisionLog for help on using the revision log.