Jon Cave
|
62a82bbe22
|
Remove extraneous single quote. Props garyc40. Fixes #19801.
git-svn-id: https://develop.svn.wordpress.org/trunk@19731 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-11 23:35:35 +00:00 |
|
Jon Cave
|
156048ca52
|
split was deprecated in PHP 5.3.0, so use explode instead. Props garyc40. Fixes #16325.
git-svn-id: https://develop.svn.wordpress.org/trunk@19726 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 21:20:51 +00:00 |
|
Andrew Nacin
|
96c2ae4409
|
'No comments awaiting moderation.' props demetris. fixes #15689.
git-svn-id: https://develop.svn.wordpress.org/trunk@19723 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 19:53:51 +00:00 |
|
Andrew Nacin
|
ba219cf998
|
Prefix table name against the post_parent field in _edit_attachments_query_helper() to avoid ambiguous queries. props benbalter. fixes #19779.
git-svn-id: https://develop.svn.wordpress.org/trunk@19720 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 15:55:30 +00:00 |
|
Andrew Nacin
|
38a73f72a2
|
Revert character encoding issue in [19716].
git-svn-id: https://develop.svn.wordpress.org/trunk@19718 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 23:17:46 +00:00 |
|
bumpbot
|
ddd5520132
|
Compress scripts/styles: 3.4-alpha-19716.
git-svn-id: https://develop.svn.wordpress.org/trunk@19716 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 23:05:52 +00:00 |
|
bumpbot
|
4cc22ea2a6
|
Compress scripts/styles: 3.4-alpha-19713.
git-svn-id: https://develop.svn.wordpress.org/trunk@19714 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 22:53:10 +00:00 |
|
Ryan Boren
|
2b186b0c45
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
git-svn-id: https://develop.svn.wordpress.org/trunk@19712 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 17:01:11 +00:00 |
|
Dion Hulse
|
31f8d18597
|
Show Changelog by default for "View version x.y.z details" links for Plugin updates. Props linuxologos. Fixes #19208
git-svn-id: https://develop.svn.wordpress.org/trunk@19711 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 12:36:17 +00:00 |
|
Dion Hulse
|
7cc1bd478d
|
Better indentation. Props SergeyBiryukov. See #16580
git-svn-id: https://develop.svn.wordpress.org/trunk@19710 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 09:18:56 +00:00 |
|
Dion Hulse
|
5db48fcac4
|
Clean up the Plugin installer Screenshots page, Adds CSS resize support to the images to prevent them requiring scrolling and falling below the FYI box. Fixes #19777
git-svn-id: https://develop.svn.wordpress.org/trunk@19709 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 05:53:19 +00:00 |
|
Dion Hulse
|
7cedb26ac7
|
s/Faq/FAQ/ for Plugin Installer tabs, Gains Translation support for Tabs/Titles as well. Fixes #16580
git-svn-id: https://develop.svn.wordpress.org/trunk@19708 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 05:39:49 +00:00 |
|
Dion Hulse
|
3ff2213c55
|
use maybe_unserialize() in update and API checks, Tighten up the checks on expected return data to avoid processing invalid responses after change. See #19617
git-svn-id: https://develop.svn.wordpress.org/trunk@19707 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 03:48:05 +00:00 |
|
bumpbot
|
656fe02688
|
Compress scripts/styles: 3.4-alpha-19704.
git-svn-id: https://develop.svn.wordpress.org/trunk@19704 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:43:22 +00:00 |
|
Jon Cave
|
760471a9a8
|
Fix mistakes in parameter documentation and add some missing param docs. See #19756.
git-svn-id: https://develop.svn.wordpress.org/trunk@19702 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:31:43 +00:00 |
|
Andrew Nacin
|
c05a1f60a5
|
Use regex to fill in config-sample. Prevents translators from needing to manually translate 'database_name_here' (and friends). see #18180.
git-svn-id: https://develop.svn.wordpress.org/trunk@19701 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:23:51 +00:00 |
|
Andrew Nacin
|
a5ada1a537
|
about.php and friends for the global dashboard. see #19762.
git-svn-id: https://develop.svn.wordpress.org/trunk@19700 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:08:45 +00:00 |
|
Andrew Nacin
|
5ccd02fb01
|
Create a network/about.php page and leverage it, to prevent the dashboard from switching to the blog admin. fixes #19762.
git-svn-id: https://develop.svn.wordpress.org/trunk@19699 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 17:53:41 +00:00 |
|
Dion Hulse
|
4afc9e59e2
|
Fix edge case in get_home_path() where the incorrect path may be returned. Props ptahdunbar. Fixes #18768
git-svn-id: https://develop.svn.wordpress.org/trunk@19697 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 13:46:22 +00:00 |
|
Andrew Ozz
|
394e2b3153
|
Wrap long titles in dashboard recent drafts, props Lardjo SergeyBiryukov, fixes #17424
git-svn-id: https://develop.svn.wordpress.org/trunk@19694 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 06:35:12 +00:00 |
|
Andrew Nacin
|
8d60951aa4
|
Use array_filter() to remove empty values from an array, not jankiness.
git-svn-id: https://develop.svn.wordpress.org/trunk@19691 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 21:22:44 +00:00 |
|
Andrew Nacin
|
be1142f66f
|
Update some old upgrade functions to use untrailingslashit().
git-svn-id: https://develop.svn.wordpress.org/trunk@19690 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 21:21:51 +00:00 |
|
Jon Cave
|
61c6ba8b70
|
s/add_user()/edit_user()/, see r19686 and #18749.
git-svn-id: https://develop.svn.wordpress.org/trunk@19689 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 21:02:42 +00:00 |
|
Ryan Boren
|
a8d77cbae9
|
User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302
git-svn-id: https://develop.svn.wordpress.org/trunk@19687 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:50:54 +00:00 |
|
Jon Cave
|
c90c0e8600
|
Remove "the hackiest hack that ever did hack" from add_user(). wp_insert_user()/edit_user() can deal with adding new users of any defined role. Fixes #18749.
git-svn-id: https://develop.svn.wordpress.org/trunk@19686 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:38:40 +00:00 |
|
Ryan Boren
|
5e76729992
|
One newline is enough.
git-svn-id: https://develop.svn.wordpress.org/trunk@19684 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:10:39 +00:00 |
|
Andrew Nacin
|
8b37e9a821
|
Fix typo in [19052]. Believe it or not, it worked as is. props TobiasBg.
git-svn-id: https://develop.svn.wordpress.org/trunk@19680 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 23:06:49 +00:00 |
|
Ryan Boren
|
c855c642ea
|
Clear strict notices for the walkers. fixes #19249
git-svn-id: https://develop.svn.wordpress.org/trunk@19679 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 23:03:46 +00:00 |
|
Ryan Boren
|
3e9c3dbed6
|
Introduce term_is_ancestor_of(). Finish taxonomy support for wp_insert_category(). Props garyc40. fixes #15581
git-svn-id: https://develop.svn.wordpress.org/trunk@19678 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 22:44:19 +00:00 |
|
Ryan Boren
|
257a55c9b7
|
Use home_url() instead of site_url(). Props johnbillion. fixes #18293
git-svn-id: https://develop.svn.wordpress.org/trunk@19676 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 20:02:11 +00:00 |
|
Ryan Boren
|
f6b0e7e580
|
Use home_url() instead of site_url(). Props johnbillion. fixes #18293
git-svn-id: https://develop.svn.wordpress.org/trunk@19674 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 19:29:03 +00:00 |
|
Ryan Boren
|
f1ec82c3a7
|
Update some @since. Props dgwyer. fixes #19638
git-svn-id: https://develop.svn.wordpress.org/trunk@19673 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 19:03:33 +00:00 |
|
Andrew Nacin
|
11628d33f7
|
Compress scripts/styles: 3.4-alpha-19672.
git-svn-id: https://develop.svn.wordpress.org/trunk@19672 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 17:50:23 +00:00 |
|
Andrew Nacin
|
48b1948bfe
|
Merge Press This inline styles into wp-admin.css. fixes #19735.
git-svn-id: https://develop.svn.wordpress.org/trunk@19671 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 17:44:15 +00:00 |
|
Andrew Nacin
|
31be442135
|
Fix tabbing for comment reply and edit. see #19727, for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19665 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 20:18:31 +00:00 |
|
Andrew Nacin
|
e38e4e1046
|
Revert a piece of [19424], go back to cloning a div for adding images in Press This. props azaozz, see #19498 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19664 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 19:05:05 +00:00 |
|
Andrew Nacin
|
9dc8284e9a
|
Revert. Wasn't meant for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19663 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 18:58:24 +00:00 |
|
Andrew Nacin
|
83b69a44d8
|
Fix header/message alignment in Press This. for trunk. see #19725.
git-svn-id: https://develop.svn.wordpress.org/trunk@19662 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 18:57:31 +00:00 |
|
Andrew Nacin
|
b5a9ad17b9
|
Add a space.
git-svn-id: https://develop.svn.wordpress.org/trunk@19656 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 18:06:03 +00:00 |
|
Andrew Nacin
|
c2eb0dd98c
|
Remove esc_js() as this content now gets json encoded rather than a straight echo. props ocean90. see #19644, for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19655 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 18:04:56 +00:00 |
|
Andrew Nacin
|
64a967b0f0
|
Fix widget count on dashboard to account for orphaned widgets. see #19553 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19653 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 17:53:31 +00:00 |
|
Andrew Nacin
|
8fd2ce80b6
|
Revert half of [19639]. If the blog_upload_space site_option is '0', restore 50 as a default. see #19538.
git-svn-id: https://develop.svn.wordpress.org/trunk@19652 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 17:24:51 +00:00 |
|
Ryan Boren
|
7e379cd9e5
|
Immediately close a flyout when opening another one. Prevents brief occurrence of two flyouts at once. Props SergeyBiryukov. fixes #19575 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@19647 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-02 21:49:58 +00:00 |
|
Andrew Nacin
|
2758e7fb6a
|
Only allow _multisite_ super admins to demote themselves on a site. props linuxologos, see #19684 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19640 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-30 23:13:48 +00:00 |
|
Andrew Nacin
|
3350723c21
|
Better checking for values for multisite upload limits. see #19538 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19639 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-30 23:10:54 +00:00 |
|
Ryan Boren
|
c29f1b7fee
|
Remove Recently Updated from dash Plugins widget. see #19573
git-svn-id: https://develop.svn.wordpress.org/trunk@19630 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-23 00:26:58 +00:00 |
|
Ryan Boren
|
aea340f3d8
|
About face. Revert [19628]. Gonna improve Plugins widget instead of tossing it. see #19573
git-svn-id: https://develop.svn.wordpress.org/trunk@19629 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-23 00:25:09 +00:00 |
|
Ryan Boren
|
c736bcfacb
|
Remove Plugins dashboard widget. fixes #19573
git-svn-id: https://develop.svn.wordpress.org/trunk@19628 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-22 21:57:21 +00:00 |
|
Ryan Boren
|
f009eb7170
|
Remove 'Recently Updated' from plugin installer. Props nacin. see #19573
git-svn-id: https://develop.svn.wordpress.org/trunk@19627 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-22 21:21:57 +00:00 |
|
Jon Cave
|
7f6061b728
|
Show correct export date range for pages. The query should use provided $post_type instead of always 'post'. Props sorich87. Fixes #19312.
git-svn-id: https://develop.svn.wordpress.org/trunk@19626 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-22 12:08:26 +00:00 |
|
Ryan Boren
|
cb374258bb
|
Remove extraneuos newlines
git-svn-id: https://develop.svn.wordpress.org/trunk@19623 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-21 18:42:11 +00:00 |
|
Andrew Nacin
|
be103c148f
|
'3.4-alpha-19618'
git-svn-id: https://develop.svn.wordpress.org/trunk@19618 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-21 04:22:21 +00:00 |
|
Andrew Nacin
|
03ca3fcc4c
|
Remove dead variables and strings from edit-form-comment. props ocean90, fixes #19481.
git-svn-id: https://develop.svn.wordpress.org/trunk@19612 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-20 21:39:46 +00:00 |
|
Andrew Nacin
|
967eebcb17
|
Eliminate a string in options-permalink and end strings with full stops. fixes #19472.
git-svn-id: https://develop.svn.wordpress.org/trunk@19609 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-20 21:15:13 +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
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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
|
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 |
|
Andrew Ozz
|
6bd61a831e
|
Remove role="menu" and role="menuitem" for now, fixes #19394
git-svn-id: https://develop.svn.wordpress.org/trunk@19548 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-05 17:47:23 +00:00 |
|
Andrew Ozz
|
9a25719b36
|
Make the Add new Category fields up to 260px wide, fixes #19339
git-svn-id: https://develop.svn.wordpress.org/trunk@19546 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 21:49:37 +00:00 |
|
Ryan Boren
|
1280a0b9e6
|
Handle themes that have no customization screens. fixes #19408
git-svn-id: https://develop.svn.wordpress.org/trunk@19545 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 20:48:47 +00:00 |
|
Andrew Nacin
|
9d6b2c72a4
|
Don't restrict width of the Parent Taxonomy dropdown. props jgadbois, fixes #19339.
git-svn-id: https://develop.svn.wordpress.org/trunk@19544 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 20:32:45 +00:00 |
|
Andrew Nacin
|
bbfbdeaad0
|
CSS for the about.php point release changelog. props chexee, fixes #19346.
git-svn-id: https://develop.svn.wordpress.org/trunk@19542 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 17:21:24 +00:00 |
|
Andrew Nacin
|
44ab86de65
|
Tweak strings for point release changelogs. see #19346.
git-svn-id: https://develop.svn.wordpress.org/trunk@19541 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 17:17:08 +00:00 |
|
Andrew Nacin
|
030e0764b5
|
Standardize some final help strings. We're done, aside from typos. props zeo, jane, duck_, fixes #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19538 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-02 04:31:01 +00:00 |
|
Andrew Nacin
|
91d69b7267
|
Add about.php maintenance/security release strings for translation. see #19346.
git-svn-id: https://develop.svn.wordpress.org/trunk@19536 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 23:13:56 +00:00 |
|
Andrew Nacin
|
a61ece2f3a
|
Remove duplicated line. props ocean90, fixes #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19535 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 23:04:26 +00:00 |
|
Andrew Nacin
|
c7ce64ab95
|
Copy about text to credits.php and freedoms.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@19534 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 23:02:19 +00:00 |
|
Andrew Nacin
|
d39db098d7
|
Remove debug cruft and fix variable collision. fixes #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19532 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 06:02:18 +00:00 |
|
Ryan Boren
|
3ee8c17f20
|
English, less butchering of it.
git-svn-id: https://develop.svn.wordpress.org/trunk@19530 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 05:03:19 +00:00 |
|
Andrew Nacin
|
2d82fa2b5a
|
Push logic into _redirect_to_about_wordpress() and be more specific about which context this runs under. see #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19529 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 05:03:11 +00:00 |
|
Ryan Boren
|
6610e321e7
|
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@19528 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 04:51:35 +00:00 |
|
Andrew Nacin
|
91ed8fd115
|
Use GLOBALS. see #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19527 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 04:49:57 +00:00 |
|
Andrew Nacin
|
8a76e0fdab
|
Finalize the code which redirects to about.php after a core update. Only triggers on update-core.php in case wp_update_core() is called in a different context.
props ocean90 for initial patch. fixes #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19524 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 04:38:51 +00:00 |
|
Andrew Nacin
|
6073a8dce1
|
Call set_current_screen() again in admin-header.php in case a plugin includes admin-header.php before admin.php completes. Rare and silly, but seen in the wild. props ryan, see #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@19522 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 03:37:22 +00:00 |
|
Andrew Nacin
|
d399f00b30
|
Make current_screen an action, not a filter. see #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@19521 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 03:34:55 +00:00 |
|
Andrew Nacin
|
04bb986e97
|
Deprecate add_contextual_help() for get_current_screen()->add_help_tab(). fixes #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19520 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 03:29:55 +00:00 |
|
Ryan Boren
|
0cd6ddb43d
|
Fix indent. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19515 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 02:28:47 +00:00 |
|
Ryan Boren
|
9f8cbd8efc
|
Use WP_Screen::add_help_tab(). see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19514 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 02:22:07 +00:00 |
|
Andrew Nacin
|
2418805321
|
Split chunk of help text on edit-tags.php into 'Adding Categories' and 'Adding Tags' tabs, respectively. see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19513 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 01:51:34 +00:00 |
|
Andrew Nacin
|
9983ea3c0e
|
Remove add_screen_option('overview') from dashboard (from earlier 3.3 help incarnation), add 'Overview' tab. see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19512 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 01:39:21 +00:00 |
|
Andrew Nacin
|
bc0f0de8a0
|
Help tweaks for comments, media, edit.php, update-core.php. props jane, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19511 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 01:33:26 +00:00 |
|
Andrew Nacin
|
29bacb72f0
|
Help tweaks for themes, plugins screens. props jane, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19510 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 01:24:39 +00:00 |
|