Commit Graph

23094 Commits

Author SHA1 Message Date
Ryan Boren 5d33941220 Bestow sentience upon users. Level up their pronoun.
Props johnbillion
fixes #24513


git-svn-id: https://develop.svn.wordpress.org/trunk@24992 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 16:04:07 +00:00
Andrew Nacin 2895127cdf Twenty Fourteen: Missing semicolons. props trishasalas. fixes #24947.
git-svn-id: https://develop.svn.wordpress.org/trunk@24991 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 09:50:17 +00:00
Andrew Nacin 83a485738c Twenty Fourteen: Use correct function prefix. props Jayjdk. fixes #24898.
git-svn-id: https://develop.svn.wordpress.org/trunk@24990 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 09:45:29 +00:00
Andrew Nacin c4b252b06f Twenty fourteen: Fix typo. props jeherve, fixes #24964.
git-svn-id: https://develop.svn.wordpress.org/trunk@24989 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 09:44:23 +00:00
Dominik Schilling (ocean90) 3ebfa363ad Remove reference to unused variable. fixes #24965.
git-svn-id: https://develop.svn.wordpress.org/trunk@24988 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 09:38:24 +00:00
Dominik Schilling (ocean90) ed918bba93 Remove unused variable. props jeremyfelt. fixes #24893.
git-svn-id: https://develop.svn.wordpress.org/trunk@24987 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-06 09:01:25 +00:00
Andrew Nacin 6c4ccf3afc Adjust esc_sql()'s @param documentation to reflect that it allows for arrays. props scribu, fixes #22573.
git-svn-id: https://develop.svn.wordpress.org/trunk@24986 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:11:30 +00:00
Andrew Nacin da61fa7131 Add data types to @param documentation for the _page_rows() method of the posts list table. props c3mdigital, fixes #24872.
git-svn-id: https://develop.svn.wordpress.org/trunk@24985 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:10:03 +00:00
Andrew Nacin 80cb8da9c3 Remove redundant sentence in the docblock of get_comment(). props jdgrimes, fixes #24904.
git-svn-id: https://develop.svn.wordpress.org/trunk@24984 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:08:17 +00:00
Andrew Nacin 6a06f6ea08 In get_attached_file(), fix the explanation of when the filter is bypassed. props devesine, fixes #24571.
git-svn-id: https://develop.svn.wordpress.org/trunk@24983 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:07:42 +00:00
Andrew Nacin 1d27af8036 Clean up the documentation for dynamic_sidebar(). props johnbillion, fixes #24720.
git-svn-id: https://develop.svn.wordpress.org/trunk@24982 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:03:49 +00:00
Andrew Nacin 23d2b353d6 Adjust menus help text to reflect how a menu item is actually edited. props nullvariable, fixes #24935.
git-svn-id: https://develop.svn.wordpress.org/trunk@24981 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:02:34 +00:00
Andrew Nacin 5479ee10b6 Change nav menus help text to reflect the proper name of the "Custom Menu" widget. props SergeyBiryukov, fixes #24860.
git-svn-id: https://develop.svn.wordpress.org/trunk@24980 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:01:53 +00:00
Andrew Nacin b8d5b21525 Change nav menus help text to reflect the proper name of the "Custom Menu" widget. props DrewAPicture, fixes #24860.
git-svn-id: https://develop.svn.wordpress.org/trunk@24979 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 22:01:04 +00:00
Andrew Nacin 1174ee5b3e Remove reference to unused global. props jdgrimes. fixes #24807.
git-svn-id: https://develop.svn.wordpress.org/trunk@24978 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 21:42:48 +00:00
Andrew Nacin 146c230132 Pass $update = true to the save_post and wp_insert_post hooks in wp_publish_post().
see #21450, [24823].

props wpsmith.
fixes #24957.


git-svn-id: https://develop.svn.wordpress.org/trunk@24977 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 21:41:51 +00:00
Andrew Nacin 5b6261954b Don't return false from search_theme_directories() when a single directory is not readable.
Issue a notice.

props csixty4.
fixes #24639.



git-svn-id: https://develop.svn.wordpress.org/trunk@24976 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 21:40:28 +00:00
Andrew Nacin 04e6b828d4 Remove unused variable. props jeremyfelt. fixes #24959.
git-svn-id: https://develop.svn.wordpress.org/trunk@24975 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-05 21:38:24 +00:00
Mark Jaquith 271e9b40a4 Remove `$pagenow` global from three functions that don’t use it.
Props jeremyfelt. Fixes #24920.

git-svn-id: https://develop.svn.wordpress.org/trunk@24974 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-02 04:42:08 +00:00
Andrew Nacin 2a2a356b47 Remove ultimately unnecessary visibility keyword from a WP_Locale method because this file is included when we bail for PHP 4. props ocean90. fixes #24915. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24971 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 19:47:36 +00:00
Andrew Nacin 1995c79e13 Update Akismet external to 2.5.9. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24969 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 19:41:20 +00:00
potbot 99167f5cf4 POT, generated from r24959
git-svn-id: https://develop.svn.wordpress.org/trunk@24966 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 18:14:18 +00:00
potbot 74da915d77 POT, generated from r24959
git-svn-id: https://develop.svn.wordpress.org/trunk@24964 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 18:14:14 +00:00
potbot 6f7af7c421 POT, generated from r24959
git-svn-id: https://develop.svn.wordpress.org/trunk@24962 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 18:14:10 +00:00
potbot f768dc18c1 POT, generated from r24959
git-svn-id: https://develop.svn.wordpress.org/trunk@24960 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 18:14:06 +00:00
Lance Willett b2a35247fa Bundled themes: bump version numbers.
git-svn-id: https://develop.svn.wordpress.org/trunk@24958 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 17:52:36 +00:00
Andrew Nacin ac43cf6aba Restore the revisions meta box for 3.6. Hidden by default as before. Can be useful for a few lingering use cases. see #24804.
git-svn-id: https://develop.svn.wordpress.org/trunk@24955 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 17:06:38 +00:00
bumpbot fc56eaff50 Compress scripts/styles: 3.7-alpha-24954.
git-svn-id: https://develop.svn.wordpress.org/trunk@24954 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 16:59:00 +00:00
Mark Jaquith c0214aa7cb Make the About video responsive.
fixes #24832 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@24952 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 16:16:58 +00:00
Andrew Nacin bad74bd045 On the about page, only serve Opera mp4. Pre-Chromium Opera and MediaElement.js doesn't load ogv (video/ogg). see #24832.
git-svn-id: https://develop.svn.wordpress.org/trunk@24950 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 15:41:11 +00:00
Andrew Nacin ada99c68f8 Set audio player to width: 100% and avoid breaking the layout in iOS when we fall back to a link.
props markjaquith, davidjlaietta.
fixes #24896.



git-svn-id: https://develop.svn.wordpress.org/trunk@24948 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 14:48:39 +00:00
Andrew Nacin 86708be8a6 Update MediaElement.js to 2.13.0 build, which fixes issues WordPress reported. see #24183.
git-svn-id: https://develop.svn.wordpress.org/trunk@24946 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 13:46:19 +00:00
Andrew Nacin eedc483e37 Use wp_get_mime_types() when calling wp_check_filetype() in the audio and video shortcodes. fixes #24911.
git-svn-id: https://develop.svn.wordpress.org/trunk@24944 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 13:33:15 +00:00
Andrew Nacin 40477d88a4 Update about page for new screenshot and new video encoding. Remove old screenshots directory. fixes #24832.
git-svn-id: https://develop.svn.wordpress.org/trunk@24942 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 13:29:29 +00:00
Andrew Nacin 3db89c648e Pass pluginPath to MediaElement.js, fixing playback when ME.js is served through load-scripts.php.
props ocean90, wonderboymusic, azaozz.
fixes #24902.



git-svn-id: https://develop.svn.wordpress.org/trunk@24940 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-01 13:15:14 +00:00
potbot 1d77948ae0 POT, generated from r24936
git-svn-id: https://develop.svn.wordpress.org/trunk@24938 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 21:14:30 +00:00
bumpbot da11128f06 Compress scripts/styles: 3.7-alpha-24936.
git-svn-id: https://develop.svn.wordpress.org/trunk@24936 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 20:59:00 +00:00
Andrew Nacin 6270683b3c Twenty Thirteen: Call has_post_format() with the new array style. props obenland, fixes #24905.
git-svn-id: https://develop.svn.wordpress.org/trunk@24934 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 20:42:38 +00:00
Andrew Nacin a5bdd9439c When rendering an audio or video shortcode in IE 6-8, call document.createElement() as a poor man's HTML5 shiv. see #24902.
git-svn-id: https://develop.svn.wordpress.org/trunk@24931 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 20:36:47 +00:00
Mark Jaquith 301258c30b Revisions: set the table layout to fixed and word-wrap to break-word so long lines don't cause issues.
Props azaozz. Fixes #24901 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@24929 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 19:25:31 +00:00
bumpbot 71fe031bc3 Compress scripts/styles: 3.7-alpha-24927.
git-svn-id: https://develop.svn.wordpress.org/trunk@24927 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 18:58:58 +00:00
Andrew Nacin 61e90c400f Add screenshots and video to about page. props markjaquith. fixes #24832. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24926 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 17:56:24 +00:00
Andrew Nacin 26548bb1c5 RTL fix for MediaElement.js video controls. Also filed upstream. fixes #24897. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24924 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 17:50:37 +00:00
Andrew Nacin 5b101da0b1 Update help text for [24860]. props ocean90. see #24804. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24922 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 15:27:02 +00:00
bumpbot 86edc66c26 Compress scripts/styles: 3.7-alpha-24919.
git-svn-id: https://develop.svn.wordpress.org/trunk@24919 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 06:59:00 +00:00
Andrew Nacin 9d5bd5f7eb Use wp_safe_remote_request() and friends instead of reject_unsafe_urls = true.
fixes #24646.



git-svn-id: https://develop.svn.wordpress.org/trunk@24917 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 06:52:13 +00:00
Andrew Nacin 6894354b9b Additional checks when evaluating the safety of an HTTP request, to avoid false negatives.
* Check if the host is considered a safe redirect host.
 * Check if the host is another domain in a multisite installation.
 * Add a filter to control this.

This only occurs when the DNS resolution of a domain points elsewhere in an internal network, but only internally (and has its own public IP outside the network). This could be considered a bad configuration.

fixes #24646.



git-svn-id: https://develop.svn.wordpress.org/trunk@24915 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 06:44:57 +00:00
Andrew Nacin 35357d6ec7 Copy about.php string to freedoms and credits. Update CSS for 3.6 credits. see #24832.
git-svn-id: https://develop.svn.wordpress.org/trunk@24913 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 06:04:41 +00:00
bumpbot abf081b02a Compress scripts/styles: 3.7-alpha-24912.
git-svn-id: https://develop.svn.wordpress.org/trunk@24912 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 04:58:59 +00:00
Andrew Nacin 911b0b4fb7 New build of MediaElement.js SWF. see #24183.
git-svn-id: https://develop.svn.wordpress.org/trunk@24910 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-31 04:38:34 +00:00