Commit Graph

4961 Commits

Author SHA1 Message Date
Ryan Boren 400f3cf09b Include plugin.php before calling wp_die. fixes #4238 for 2.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@5418 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 16:18:11 +00:00
Matt Mullenweg b6d03c46c4 Don't forget to center this cell as well.
git-svn-id: https://develop.svn.wordpress.org/trunk@5416 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 08:12:54 +00:00
rob1n 13d4d782a5 Bit of clean-up.
git-svn-id: https://develop.svn.wordpress.org/trunk@5415 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 04:19:19 +00:00
Ryan Boren 23018b434d Make sure wp_actions is set before counting.
git-svn-id: https://develop.svn.wordpress.org/trunk@5413 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-08 17:59:52 +00:00
Ryan Boren 3ae3baa8ff Don't send header from wp_die() if admin header already sent. fixes #4234 for 2.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@5411 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 23:24:44 +00:00
Ryan Boren 622bc51507 Fix did_action to properly account for actions that have no callbacks attached.
git-svn-id: https://develop.svn.wordpress.org/trunk@5409 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 23:22:50 +00:00
Ryan Boren e8da828363 Add nonces to importers
git-svn-id: https://develop.svn.wordpress.org/trunk@5404 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 15:56:53 +00:00
Ryan Boren 7c1f56b9b7 attribute_escape for widgets. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5403 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 02:16:28 +00:00
Ryan Boren e83f137798 Make sure Widgets menu comes after Themes. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5401 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-06 20:36:11 +00:00
Ryan Boren 0568d96794 Fix widget registration back compat by splitting API. Fix feed widget. For 2.3. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5399 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-06 07:08:11 +00:00
rob1n b972383f1c Add in missing delimiter. fixes #4226 for 2.0, 2.2 and 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5396 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 02:51:20 +00:00
rob1n d586cf7ce8 Don't set URL options if WP_HOME and or WP_SITEURL are defined. Props filosofo. fixes #4199
git-svn-id: https://develop.svn.wordpress.org/trunk@5395 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 00:19:25 +00:00
rob1n 8653896af0 Use WP_HOME and WP_SITEURL in upgrading. Props filosofo. fixes #4211
git-svn-id: https://develop.svn.wordpress.org/trunk@5394 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 00:17:05 +00:00
rob1n e191edb9ca Return based on whether the hook was removed or not. Props mdawaffe. fixes #4223
Note that this will almost definitely *not* affect existing implementations. The way most code is set up now is to just call remove_filter() or remove_action().


git-svn-id: https://develop.svn.wordpress.org/trunk@5393 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 23:27:12 +00:00
rob1n 1a93f268ad Use correct border order in classic theme's CSS. fixes #4225
git-svn-id: https://develop.svn.wordpress.org/trunk@5392 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 23:23:41 +00:00
Ryan Boren d2c21b28b7 eol-style everywhere
git-svn-id: https://develop.svn.wordpress.org/trunk@5391 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:48:43 +00:00
Ryan Boren 18bb3b4811 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@5390 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:28:50 +00:00
Ryan Boren a3841b0716 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@5388 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:26:38 +00:00
Ryan Boren ed0260ac9e Do a cap check at the top of widgets since it won't always inherit the menu cap check.
git-svn-id: https://develop.svn.wordpress.org/trunk@5385 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 17:52:22 +00:00
rob1n a2854082d8 Don't reference old-style "levels," as they apparently used to call them back in the day.
git-svn-id: https://develop.svn.wordpress.org/trunk@5384 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 04:18:59 +00:00
rob1n 7929eca3cc Don't take out class attribute for <abbr />, for hReview. fixes #3420
git-svn-id: https://develop.svn.wordpress.org/trunk@5383 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 03:52:11 +00:00
Ryan Boren 7c61a32074 Add 'Select' text to the dropdowns. Props Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@5381 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 02:23:49 +00:00
rob1n 53ee688f08 Sort page templates by name. Props Arrrr. see #2926
git-svn-id: https://develop.svn.wordpress.org/trunk@5380 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:41:22 +00:00
rob1n 926e50cbf2 Apply get_nested_cats filter. Props davidhouse and Nazgul. fixes #2623
git-svn-id: https://develop.svn.wordpress.org/trunk@5379 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:34:07 +00:00
rob1n 24226c8241 Use fancy quotes instead of raw quotes (which should have been &quot; anyways).
git-svn-id: https://develop.svn.wordpress.org/trunk@5378 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 01:23:14 +00:00
rob1n c30d0f3c57 Load order fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@5377 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 00:52:14 +00:00
rob1n e6ab5d6f99 Don't show Widgets admin page if core widgets aren't enabled. fixes #4218
git-svn-id: https://develop.svn.wordpress.org/trunk@5376 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 00:43:57 +00:00
rob1n d03a237b24 Add lang and xml:lang attributes to allowed list for p, div and blockquote. fixes #4128
git-svn-id: https://develop.svn.wordpress.org/trunk@5375 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-02 04:31:30 +00:00
rob1n ae87af4ce8 Spring cleaning, extreme edition.
git-svn-id: https://develop.svn.wordpress.org/trunk@5374 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-02 04:26:57 +00:00
rob1n 00c7a213a0 Clean that mess up so it's more easily managed.
git-svn-id: https://develop.svn.wordpress.org/trunk@5373 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-02 04:17:43 +00:00
Ryan Boren 9414b0a110 Call get_option('siteurl') outside the loop to save a few dozen get_option calls. Props andissimo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5370 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-02 00:32:22 +00:00
Ryan Boren 6332287bb3 Fix inline uploader page links. Props mdawaffe. fixes #4217 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5368 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 23:33:44 +00:00
Ryan Boren 4b4d4d9bb5 Remove wp_ prefix from default widget class names. For back compat.
git-svn-id: https://develop.svn.wordpress.org/trunk@5366 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 22:51:52 +00:00
Ryan Boren 8218fe63c8 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@5365 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 17:46:55 +00:00
rob1n 0cf5f8cf12 New way of loading widgets that works with PHP 5. Thanks to filosofo for testing. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5363 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 01:58:18 +00:00
rob1n 3f99d19cc3 Typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5362 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 01:27:46 +00:00
rob1n 1a2793b442 Add clearer to edit-pages.php. Props Nazgul. fixes #4210
git-svn-id: https://develop.svn.wordpress.org/trunk@5361 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 01:19:19 +00:00
rob1n 697a38d8e8 Move widget stuff around. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5360 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 01:13:06 +00:00
Ryan Boren 9b87344634 Widget registration fixes from Andy. For 2.3. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5358 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 20:02:02 +00:00
Ryan Boren 3c6b689f0e When using the traditional list view of the categories,
make sure the wp_list_categories() doesn't add in another title. This
was causing a second Categories to show up on the category widget.  Props Jospeh Scott

git-svn-id: https://develop.svn.wordpress.org/trunk@5356 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 17:43:11 +00:00
Ryan Boren 176a6414e9 Fix typo breaking recent comment cache deletion for widgets.
git-svn-id: https://develop.svn.wordpress.org/trunk@5354 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 16:45:23 +00:00
Ryan Boren fe2887b40d unfiltered_upload fix from Nazgul. fixes #4136
git-svn-id: https://develop.svn.wordpress.org/trunk@5353 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 15:54:50 +00:00
Ryan Boren 1eb7a5f1e5 Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@5351 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 03:47:14 +00:00
Ryan Boren 77fb496bc6 Don't use deprecated category API.
git-svn-id: https://develop.svn.wordpress.org/trunk@5349 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 03:32:33 +00:00
rob1n fdc3ca298c Bring back old behavior for sidebar ID's. Props filosofo. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5348 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 02:35:28 +00:00
rob1n 238e8f18ec Fix stupid error on my part. Props abbaanthony. fixes #4208
git-svn-id: https://develop.svn.wordpress.org/trunk@5347 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 02:28:06 +00:00
rob1n d25ce6fc4b Filter dashboard URL's. fixes #2177
git-svn-id: https://develop.svn.wordpress.org/trunk@5346 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 22:37:37 +00:00
rob1n e1863b22cc Check basename(). see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5345 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 21:00:54 +00:00
rob1n c12eb84474 Automattically deactivate Automattic Widgets, if activated. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5344 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 20:53:29 +00:00
rob1n 68ae6680ea Move widgets' JS into the <head> of widgets.php. Should fix text/rss widget controls. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5343 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-29 20:16:26 +00:00