Commit Graph

17838 Commits

Author SHA1 Message Date
Ryan Boren 93d4783778 Move option, setting, and transient functions from functions.php to option.php. see #19552
git-svn-id: https://develop.svn.wordpress.org/trunk@19602 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-19 23:15:32 +00:00
Andrew Nacin e8dfdea633 Correct the documentation for balanceTags(). props mdawaffe, fixes #19576.
git-svn-id: https://develop.svn.wordpress.org/trunk@19601 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-16 20:57:05 +00:00
Andrew Nacin bb574e4d80 term_exists() @return correction. props johnbillion, fixes #19565.
git-svn-id: https://develop.svn.wordpress.org/trunk@19600 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-16 20:56:14 +00:00
Ryan Boren 63fc9195a5 Use one space, not two, after trailing punctuation. Prop Zeo. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19599 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-16 17:13:16 +00:00
Dion Hulse 5f0ae29771 Use is_ssl() in self_link(). Fixes #19563
git-svn-id: https://develop.svn.wordpress.org/trunk@19598 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-16 02:48:02 +00:00
Andrew Nacin cce319d088 Define json_encode() in load-scripts.php. see #19524 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19597 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-14 23:02:42 +00:00
Ryan Boren 54067a5f20 Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433
git-svn-id: https://develop.svn.wordpress.org/trunk@19596 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-14 17:36:38 +00:00
Mark Jaquith 63462aca3a Fix a spelling error in user-new.php. props SergeyBiryukov. fixes #19518
git-svn-id: https://develop.svn.wordpress.org/trunk@19595 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-14 02:56:59 +00:00
Ryan Boren b5976a8597 Trunk is now 3.4 alpha
git-svn-id: https://develop.svn.wordpress.org/trunk@19594 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-13 23:47:39 +00:00
Ryan Boren 676ba7043e Use one space, not two, after trailing punctuation. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19593 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-13 23:45:31 +00:00
Ryan Boren 10099bb8b7 3.3
git-svn-id: https://develop.svn.wordpress.org/trunk@19590 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-12 22:20:00 +00:00
Ryan Boren cbe33310ba 19589 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@19589 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-12 20:26:14 +00:00
Ryan Boren 140ff4e84b Update _old_files for 3.3. fixes #19517
git-svn-id: https://develop.svn.wordpress.org/trunk@19588 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-12 20:24:19 +00:00
Ryan Boren 2d69c27fe7 RC3 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@19587 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-11 00:07:58 +00:00
Ryan Boren ff40552e4b Use text/html to appease IE < 9. Props azaozz. fixes #19494
git-svn-id: https://develop.svn.wordpress.org/trunk@19586 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-11 00:03:24 +00:00
potbot 3297d19e90 POT, generated from r19584
git-svn-id: https://develop.svn.wordpress.org/trunk@19585 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:47:15 +00:00
Ryan Boren 16c0545aa3 Back compat for twentyeleven. Props duck_. fixes #19504
git-svn-id: https://develop.svn.wordpress.org/trunk@19584 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:43:49 +00:00
potbot f12a285154 POT, generated from r19582
git-svn-id: https://develop.svn.wordpress.org/trunk@19583 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:27:25 +00:00
Ryan Boren 02a16905eb More consistent attribute escaping. Props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@19582 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:18:51 +00:00
potbot a97b67ef03 POT, generated from r19580
git-svn-id: https://develop.svn.wordpress.org/trunk@19581 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 18:47:17 +00:00
Ryan Boren 6aeab508e9 Contextual help back compat for twentyeleven. Props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@19580 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 18:31:44 +00:00
Ryan Boren ae0d5be06c Best practice, use wp_safe_redirect() when dealing with referrers. Props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@19579 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 18:26:48 +00:00
Andrew Nacin 8f50557a1b Hover state for the Add New admin bar icon. props johnjamesjacoby. fixes #19475.
git-svn-id: https://develop.svn.wordpress.org/trunk@19578 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-09 19:20:47 +00:00
Ryan Boren d26f0a4c40 Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@19577 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 23:02:33 +00:00
Ryan Boren fc26f6b672 Fix list styling. Props koopersmith, azaozz, trepmal. fixes #19453
git-svn-id: https://develop.svn.wordpress.org/trunk@19576 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 22:55:18 +00:00
Ryan Boren fd6da21752 RTL fixes for the about page. Props helenyhou, SergeyBiryukov. fixes #19477
git-svn-id: https://develop.svn.wordpress.org/trunk@19575 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 22:50:17 +00:00
Andrew Nacin df57708f1a Don't show new feature pointers for new installs and users. fixes #19382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19574 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 21:55:39 +00:00
Andrew Nacin 248eba8b48 Remove wp_add_script_before() from 3.3. Continue to use wp_localize_script() for your data-passing needs. fixes #11520.
git-svn-id: https://develop.svn.wordpress.org/trunk@19573 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 20:46:58 +00:00
Andrew Nacin 6b3d8e9fc8 Don't use esc_attr_e() function for a non-translatable context. props zeo. fixes #19479.
git-svn-id: https://develop.svn.wordpress.org/trunk@19572 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 17:56:03 +00:00
Andrew Nacin 1b904bdd8d Add 'Contributing Developers' string to credits.php so it makes it into the POT. fixes #19480.
git-svn-id: https://develop.svn.wordpress.org/trunk@19571 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 16:55:55 +00:00
Ryan Boren cbfee344df Don't use a gettext function for a non-translatable context. Props nacin. fixes #19479
git-svn-id: https://develop.svn.wordpress.org/trunk@19570 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 16:51:52 +00:00
Ryan Boren c9b84969c3 s/Admin Bar/Toolbar/. Props ocean90. fixes #19461
git-svn-id: https://develop.svn.wordpress.org/trunk@19569 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-08 16:49:16 +00:00
Ryan Boren b12903ce74 RC2-19567 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@19567 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-07 02:01:35 +00:00
Andrew Ozz 1e9cdbab06 Toolbar fix bg color in IE8 & 9 folded search box and IE7 search box size, see #19424
git-svn-id: https://develop.svn.wordpress.org/trunk@19566 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-07 01:18:23 +00:00
Andrew Nacin 194efdce56 Compress and bump colors.
git-svn-id: https://develop.svn.wordpress.org/trunk@19565 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-07 01:06:02 +00:00
Andrew Nacin b594284b48 Update the bigger comments icon to reflect earlier 3.3 changes for the 16x16 icon. props empireoflight.
git-svn-id: https://develop.svn.wordpress.org/trunk@19564 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-07 00:37:34 +00:00
Ryan Boren 22b28c8441 Contextual help: Remove dead overview code. Prepend old- to back compat ID. Props nacin. see #18785
git-svn-id: https://develop.svn.wordpress.org/trunk@19563 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-07 00:13:52 +00:00
Ryan Boren e3bd8c4224 RC2 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@19562 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 22:38:32 +00:00
Andrew Ozz 0c987903ca Fix position of icons in Opera RTL, see #19424
git-svn-id: https://develop.svn.wordpress.org/trunk@19561 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 22:37:28 +00:00
Ryan Boren fca480f255 Update screenshot for feature pointer. Props EmpireofLight, chexee. fixes #19422
git-svn-id: https://develop.svn.wordpress.org/trunk@19560 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 03:54:01 +00:00
Ryan Boren e08ad42704 Introduce user-actions group and move profile and logout menu items to it and change priority. Props koopersmith. fixes #19425
git-svn-id: https://develop.svn.wordpress.org/trunk@19559 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 03:51:58 +00:00
Ryan Boren 2bf922daf5 Admin bar API improvements. Props koopersmith. fixes #19416 #19371
git-svn-id: https://develop.svn.wordpress.org/trunk@19558 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 03:42:11 +00:00
Andrew Nacin 4f52e31eb0 Copy xit.gif to wp-includes/images for work with pointers CSS. fixes #19441.
git-svn-id: https://develop.svn.wordpress.org/trunk@19557 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 02:39:53 +00:00
Ryan Boren e18515a5a1 Don't drop dollars. see #19426
git-svn-id: https://develop.svn.wordpress.org/trunk@19556 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 00:46:03 +00:00
Ryan Boren 286193bb4f Add back compat support for my-account-with-avatar admin bar node id. fixes #19426
git-svn-id: https://develop.svn.wordpress.org/trunk@19555 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-06 00:31:11 +00:00
Ryan Boren af3c2508fd New icon for feature pointers. Props EmpireofLight. see #19422
git-svn-id: https://develop.svn.wordpress.org/trunk@19554 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-05 21:49:48 +00:00
Ryan Boren f4e523da79 Add missing comma to selector. Props nacin. fixes #19436
git-svn-id: https://develop.svn.wordpress.org/trunk@19553 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-05 20:56:45 +00:00
Ryan Boren d21aeffa22 Force display:inline for wpadminbar avatar image to avoid stomping by themes. Props ocean90. fixes #19435
git-svn-id: https://develop.svn.wordpress.org/trunk@19552 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-05 20:54:55 +00:00
Ryan Boren b77b55fd56 Admin bar RTL fixes for icon and search styling. Props koopersmith. fixes #19424
git-svn-id: https://develop.svn.wordpress.org/trunk@19551 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-05 20:51:41 +00:00
Ryan Boren bfbe65d2b1 Remove separator from appearance group. Props koopersmith. fixes #19351
git-svn-id: https://develop.svn.wordpress.org/trunk@19550 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-05 20:49:51 +00:00