Drew Jaynes
|
ff4238c079
|
Fix spaces to tabs and inline documenation formatting in wp-admin/admin-ajax.php.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25539
git-svn-id: http://core.svn.wordpress.org/trunk@25459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-21 05:53:09 +00:00 |
|
Drew Jaynes
|
8d1ef212ad
|
Inline documentation for hooks in wp-admin/admin-ajax.php.
Props nullvariable for the initial patch.
Fixes #25229.
Built from https://develop.svn.wordpress.org/trunk@25538
git-svn-id: http://core.svn.wordpress.org/trunk@25458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-21 05:32:09 +00:00 |
|
Drew Jaynes
|
65bcc3f004
|
Inline documentation for hooks in wp-activate.php.
Props nullvariable for the initial patch.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25537
git-svn-id: http://core.svn.wordpress.org/trunk@25457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-21 05:21:09 +00:00 |
|
Andrew Nacin
|
79df17be9c
|
Accept and store translations data from the plugin and theme update check endpoints.
Send site locale. Rename wp_get_installed_language_data() to wp_get_installed_translations().
see #18200.
Built from https://develop.svn.wordpress.org/trunk@25536
git-svn-id: http://core.svn.wordpress.org/trunk@25456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-21 04:08:10 +00:00 |
|
Drew Jaynes
|
0931266fc2
|
Inline documentation for hooks in wp-includes/canonical.php.
Props dustyf for the initial patch.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25535
git-svn-id: http://core.svn.wordpress.org/trunk@25455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 23:31:10 +00:00 |
|
Drew Jaynes
|
a1fb6e003f
|
Inline documentation for hooks in wp-admin/plugin-editor.php.
Props a.hoereth.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25534
git-svn-id: http://core.svn.wordpress.org/trunk@25454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 23:18:10 +00:00 |
|
Drew Jaynes
|
9577cc4640
|
Inline documentation for hooks in wp-includes/bookmark-template.php.
Props vinod dalvi, kpdesign.
Fixes #25364.
Built from https://develop.svn.wordpress.org/trunk@25533
git-svn-id: http://core.svn.wordpress.org/trunk@25453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 23:09:09 +00:00 |
|
Drew Jaynes
|
fe5ee3c5b3
|
Inline documentation of hooks for wp-includes/feed-rss2-comments.php.
Props dustyf.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25532
git-svn-id: http://core.svn.wordpress.org/trunk@25452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 23:02:09 +00:00 |
|
Drew Jaynes
|
5c4e360b26
|
Inline documentation for hooks in wp-includes/feed-atom.php.
Props dustyf.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25531
git-svn-id: http://core.svn.wordpress.org/trunk@25451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 22:50:10 +00:00 |
|
Drew Jaynes
|
a48dc6b7ed
|
Inline documentation for hooks in wp-includes/feed-rss2.php.
Props dustyf for the initial patch.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25530
git-svn-id: http://core.svn.wordpress.org/trunk@25450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 22:27:09 +00:00 |
|
Drew Jaynes
|
c771851a16
|
Inline documentation for hooks in wp-includes/feed-rss.php.
Props dustyf.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25529
git-svn-id: http://core.svn.wordpress.org/trunk@25449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 22:10:10 +00:00 |
|
Helen Hou-Sandí
|
09954eb82e
|
Revert [25031] and [24841] - filling the internal linking search field with selected text has UX and performance issues with no resolution in sight. see #16276.
Built from https://develop.svn.wordpress.org/trunk@25528
git-svn-id: http://core.svn.wordpress.org/trunk@25448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 20:38:09 +00:00 |
|
Helen Hou-Sandí
|
d729fbf8e6
|
Allow the "Add New" URL on post edit screens to be filtered via admin_url() . props SergeyBiryukov, jeremyfelt, c3mdigital. fixes #18504.
Built from https://develop.svn.wordpress.org/trunk@25527
git-svn-id: http://core.svn.wordpress.org/trunk@25447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 20:31:09 +00:00 |
|
Helen Hou-Sandí
|
c7e2071893
|
Make it possible to filter comment screen by post type; no UI. props johnbillion, c3mdigital. fixes #18596.
Built from https://develop.svn.wordpress.org/trunk@25526
git-svn-id: http://core.svn.wordpress.org/trunk@25446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 20:16:11 +00:00 |
|
Andrew Nacin
|
d814ad50b3
|
Add REGEXP to meta queries.
"REGEXP is usually a terrible idea to use, but I see no reason to disallow it."
props wonderboymusic.
fixes #18736.
Built from https://develop.svn.wordpress.org/trunk@25525
git-svn-id: http://core.svn.wordpress.org/trunk@25445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 20:13:09 +00:00 |
|
Drew Jaynes
|
16f0d8b1ea
|
Inline documentation for WP_Dependencies and _WP_Dependency classes.
Props kitchin for the initial patch.
Fixes #23914.
Built from https://develop.svn.wordpress.org/trunk@25524
git-svn-id: http://core.svn.wordpress.org/trunk@25444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 19:54:10 +00:00 |
|
Lance Willett
|
bbe5765f2c
|
Twenty Fourteen: remove rem units, props iamtakashi. Fixes #25366.
Built from https://develop.svn.wordpress.org/trunk@25523
git-svn-id: http://core.svn.wordpress.org/trunk@25443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 19:36:09 +00:00 |
|
Lance Willett
|
d373d0982b
|
Twenty Thirteen: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.
Built from https://develop.svn.wordpress.org/trunk@25522
git-svn-id: http://core.svn.wordpress.org/trunk@25442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 19:34:10 +00:00 |
|
Lance Willett
|
4a9b21226c
|
Twenty Twelve: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.
Built from https://develop.svn.wordpress.org/trunk@25521
git-svn-id: http://core.svn.wordpress.org/trunk@25441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 19:24:09 +00:00 |
|
Andrew Nacin
|
aede88a822
|
Send installed language data to the plugin and theme update-check endpoints.
Introduces wp_get_installed_language_data() and wp_get_pomo_file_data().
see #18200.
Built from https://develop.svn.wordpress.org/trunk@25520
git-svn-id: http://core.svn.wordpress.org/trunk@25440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 19:13:09 +00:00 |
|
Lance Willett
|
980b81f0b1
|
Twenty Fourteen: first pass at improving responsive patterns and allowing for a full-width layout when no secondary sidebar is present. Props iamtakashi, see #25332.
Built from https://develop.svn.wordpress.org/trunk@25519
git-svn-id: http://core.svn.wordpress.org/trunk@25439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 18:22:09 +00:00 |
|
Drew Jaynes
|
9151227edf
|
Inline documentation for _WP_Dependency class properties.
See #23914.
Built from https://develop.svn.wordpress.org/trunk@25518
git-svn-id: http://core.svn.wordpress.org/trunk@25438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 17:46:09 +00:00 |
|
Drew Jaynes
|
cee2a3e227
|
Inline documentation for WP_Dependencies class properties.
See #23914.
Built from https://develop.svn.wordpress.org/trunk@25517
git-svn-id: http://core.svn.wordpress.org/trunk@25437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 17:44:17 +00:00 |
|
Lance Willett
|
7caa5ef170
|
Twenty Thirteen: fix case where comment layout can break if a really, really long word is in the comment content. Closes #25195 props RDall and obenland.
Built from https://develop.svn.wordpress.org/trunk@25516
git-svn-id: http://core.svn.wordpress.org/trunk@25436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 17:44:08 +00:00 |
|
Lance Willett
|
88f82d232a
|
Twenty Thirteen: revert combining two similar Nothing Found strings. Closes #24891.
Built from https://develop.svn.wordpress.org/trunk@25515
git-svn-id: http://core.svn.wordpress.org/trunk@25435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 17:34:10 +00:00 |
|
Andrew Nacin
|
a03549d08a
|
Further adjust the request and response formats for plugin and theme update checks. see #25311.
Built from https://develop.svn.wordpress.org/trunk@25514
git-svn-id: http://core.svn.wordpress.org/trunk@25434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 05:55:09 +00:00 |
|
Drew Jaynes
|
69d9c3e427
|
Inline documentation for hooks in wp-includes/post-thumbnail-template.php.
Props NikV.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25513
git-svn-id: http://core.svn.wordpress.org/trunk@25433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 02:51:09 +00:00 |
|
Drew Jaynes
|
50fcee5b02
|
Inline documentation for hooks in wp-admin/plugin-install.php.
Props naomicbush.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25512
git-svn-id: http://core.svn.wordpress.org/trunk@25432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 02:36:09 +00:00 |
|
Drew Jaynes
|
11080f459c
|
Inline documentation for hooks in wp-admin/includes/plugin-install.php.
Props naomicbush.
See #25229.
Built from https://develop.svn.wordpress.org/trunk@25511
git-svn-id: http://core.svn.wordpress.org/trunk@25431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-20 02:22:10 +00:00 |
|
Lance Willett
|
f1dfbc6e80
|
Twenty Fourteen: first pass at adding a Contributors page template to highlight authors. Props MikeHansenMe, iamtakashi, obenland, and Kuzmanov. See #24863.
Built from https://develop.svn.wordpress.org/trunk@25510
git-svn-id: http://core.svn.wordpress.org/trunk@25430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 21:33:09 +00:00 |
|
Helen Hou-Sandí
|
6c121d303d
|
Add a class to the bulk actions wrapper div. props nofearinc. fixes #25197.
Built from https://develop.svn.wordpress.org/trunk@25509
git-svn-id: http://core.svn.wordpress.org/trunk@25429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 21:01:09 +00:00 |
|
Lance Willett
|
2304fd90dc
|
Twenty Fourteen: revert bad Genericons merge leftovers, see #25085.
Built from https://develop.svn.wordpress.org/trunk@25508
git-svn-id: http://core.svn.wordpress.org/trunk@25428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 18:21:09 +00:00 |
|
Lance Willett
|
be1ff0f752
|
Twenty Fourteen: more Genericons fixes, merging exact files with latest Genericons 3.0 files for consistency and future ease of merging. Props obenland and georgestephanis, fixes #25085.
Built from https://develop.svn.wordpress.org/trunk@25506
git-svn-id: http://core.svn.wordpress.org/trunk@25427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 18:05:12 +00:00 |
|
Helen Hou-Sandí
|
52426794c1
|
Restore post formats to bulk editing. props azaozz, SergeyBiryukov, DrewAPicture. fixes #24096.
Built from https://develop.svn.wordpress.org/trunk@25505
git-svn-id: http://core.svn.wordpress.org/trunk@25426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:47:08 +00:00 |
|
Lance Willett
|
424c62b438
|
Twenty Fourteen: remove custom class from pullquotes and apply the same style to all left- and right-aligned quotes in the main content area. Props iamtakashi, fixes #25304.
Built from https://develop.svn.wordpress.org/trunk@25504
git-svn-id: http://core.svn.wordpress.org/trunk@25425 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:44:10 +00:00 |
|
Lance Willett
|
b531d76266
|
Twenty Fourteen: clean up vendor prefixes. Props iamtakashi, fixes #25305.
Built from https://develop.svn.wordpress.org/trunk@25503
git-svn-id: http://core.svn.wordpress.org/trunk@25424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:42:11 +00:00 |
|
Lance Willett
|
c86b02b4c3
|
Twenty Fourteen: remove optimizeLegibility . Props iamtakashi, fixes #25306.
Built from https://develop.svn.wordpress.org/trunk@25502
git-svn-id: http://core.svn.wordpress.org/trunk@25423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:40:09 +00:00 |
|
Lance Willett
|
770fe882f2
|
Twenty Fourteen: add underline style back to links in body text. Props iamtakashi, fixes #25307.
Built from https://develop.svn.wordpress.org/trunk@25501
git-svn-id: http://core.svn.wordpress.org/trunk@25422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:38:09 +00:00 |
|
Lance Willett
|
ffacf38c4c
|
Twenty Fourteen: change the background color of author's avatars in comments to black. Props iamtakashi, fixes #25309.
Built from https://develop.svn.wordpress.org/trunk@25500
git-svn-id: http://core.svn.wordpress.org/trunk@25421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 17:36:09 +00:00 |
|
Drew Jaynes
|
38fdaaa12b
|
Inline documentation for hooks in wp-admin/admin-header.php.
props ericlewis. Fixes #25353.
Built from https://develop.svn.wordpress.org/trunk@25499
git-svn-id: http://core.svn.wordpress.org/trunk@25420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 16:33:08 +00:00 |
|
Drew Jaynes
|
00ca46973c
|
Clarify error handling and special cases in the wp_insert_term() phpdoc block.
props lgedeon, SergeyBiryukov. See #22801.
Built from https://develop.svn.wordpress.org/trunk@25498
git-svn-id: http://core.svn.wordpress.org/trunk@25419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 16:09:10 +00:00 |
|
Sergey Biryukov
|
8595facd73
|
Some more tweaks for the documentation in wp-admin/includes/ms.php. see #25229.
Built from https://develop.svn.wordpress.org/trunk@25497
git-svn-id: http://core.svn.wordpress.org/trunk@25418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 16:06:12 +00:00 |
|
Dion Hulse
|
aa0fb26397
|
WordPress Core Automatic Updates: Add a post-upgrade summary email to the WordPress install's admin email address. See #22704
Built from https://develop.svn.wordpress.org/trunk@25496
git-svn-id: http://core.svn.wordpress.org/trunk@25417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 08:46:09 +00:00 |
|
Dion Hulse
|
340e129deb
|
Upgrader: Fix the order of arguements passed to wp_parse_args() in the Upgrader, introduced with [25272]. See #22704
Built from https://develop.svn.wordpress.org/trunk@25495
git-svn-id: http://core.svn.wordpress.org/trunk@25416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 08:40:10 +00:00 |
|
Drew Jaynes
|
98d5c50e5f
|
Clarify phpdoc for get_comment_author_link() .
props nofearinc. Fixes #24508.
Built from https://develop.svn.wordpress.org/trunk@25494
git-svn-id: http://core.svn.wordpress.org/trunk@25415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 05:56:10 +00:00 |
|
Drew Jaynes
|
bd2425dd9c
|
Clarify phpdoc descriptions for esc_attr_x() and esc_html_x() .
props ericlewis. Fixes #24212.
Built from https://develop.svn.wordpress.org/trunk@25493
git-svn-id: http://core.svn.wordpress.org/trunk@25414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 04:41:10 +00:00 |
|
Drew Jaynes
|
4cab8cefd6
|
Add missing $path parameter phpdoc for load_theme_textdomain() .
see #16750.
Built from https://develop.svn.wordpress.org/trunk@25492
git-svn-id: http://core.svn.wordpress.org/trunk@25413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 04:13:10 +00:00 |
|
Drew Jaynes
|
2f548f1e6b
|
Add phpdoc blocks in wp-admin/credits.php.
Props siobhan, markoheijnen.
Fixes #20425.
Built from https://develop.svn.wordpress.org/trunk@25491
git-svn-id: http://core.svn.wordpress.org/trunk@25412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 02:27:09 +00:00 |
|
Drew Jaynes
|
7b2584c71f
|
Add missing phpdoc block for export_date_options() .
Props siobhan for the initial patch. See #20425
Built from https://develop.svn.wordpress.org/trunk@25490
git-svn-id: http://core.svn.wordpress.org/trunk@25411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 02:09:08 +00:00 |
|
Sergey Biryukov
|
8d2764fbd3
|
Update inline documentation for wp_insert_term().
props DrewAPicture.
fixes #22801.
Built from https://develop.svn.wordpress.org/trunk@25489
git-svn-id: http://core.svn.wordpress.org/trunk@25410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-19 01:57:10 +00:00 |
|