Commit Graph

15114 Commits

Author SHA1 Message Date
Boone Gorges
4e43b1ef56 Improve unit tests for WP_User_Query include param.
Built from https://develop.svn.wordpress.org/trunk@30008


git-svn-id: http://core.svn.wordpress.org/trunk@30008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 12:19:18 +00:00
Jeremy Felt
16c1fc686a Improve tests for get_blog_id_from_url()
Expand tests to cover additional cache and lookup scenarios. Explicitly test the reaction of `get_blog_id_from_url()` when `$drop = false` is passed to `wpmu_delete_blog()`. See #30080

Fixes #30088

Built from https://develop.svn.wordpress.org/trunk@30007


git-svn-id: http://core.svn.wordpress.org/trunk@30007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 05:31:19 +00:00
Jeremy Felt
e815da555f Begin cleanup of ms-sites group unit tests
* Split `test_create_and_delete_blog()` into two tests.
* Clean up number of sites created during tests.
* Remove test_getters(), move get_blog_address_by_name() test to `test_created_site_details()`

See #30080

Built from https://develop.svn.wordpress.org/trunk@30006


git-svn-id: http://core.svn.wordpress.org/trunk@30006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 04:51:18 +00:00
Jeremy Felt
fd149bb220 Deprecate admin_created_user_subject()
When `admin_created_user_subjec()` was merged from MU, the accompanying filter was left behind. As it has never been used by WordPress core, and is not an otherwise useful function, it can be deprecated.

Fixes #29915

Built from https://develop.svn.wordpress.org/trunk@30005


git-svn-id: http://core.svn.wordpress.org/trunk@30005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 04:49:20 +00:00
Boone Gorges
40ec420689 Allow ORDER BY in WP_Comment_Query::query() to be disabled.
Disable ORDER BY by passing boolean false, an empty array, or the string
'none' to the 'orderby parameter. This mirrors the behavior of `WP_Query`.

Props psycleuk.
Fixes #29902.
Built from https://develop.svn.wordpress.org/trunk@30004


git-svn-id: http://core.svn.wordpress.org/trunk@30004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 02:51:19 +00:00
Boone Gorges
f780d0d09b Add unit tests for WP_Comment_Query 'orderby' param.
For better testability, the SQL string generated in `WP_Comment_Query::get_posts()`
is now stored as a 'request' property on the object.

See #29902.
Built from https://develop.svn.wordpress.org/trunk@30003


git-svn-id: http://core.svn.wordpress.org/trunk@30003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 02:34:18 +00:00
Andrew Ozz
8681dc786c Editor: use <button> instead of <a> for the Visual/Text buttons, make them focusable. Props afercia, fixes #27553
Built from https://develop.svn.wordpress.org/trunk@30002


git-svn-id: http://core.svn.wordpress.org/trunk@30002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 01:21:18 +00:00
Boone Gorges
34f3c6faf2 Set current user to 0 after each unit test.
This prevents $current_user, $userdata, and other user-related globals from
being polluted if a previous test does not properly reset the current user.

Props nacin, mnelson4.
Fixes #29712.
Built from https://develop.svn.wordpress.org/trunk@30001


git-svn-id: http://core.svn.wordpress.org/trunk@30001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-24 00:59:18 +00:00
Andrew Nacin
1df979dea5 4.1-alpha-30000 (!)
Built from https://develop.svn.wordpress.org/trunk@30000


git-svn-id: http://core.svn.wordpress.org/trunk@30000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 23:32:19 +00:00
Andrew Nacin
23bcdc8089 4.1-alpha-29999
Built from https://develop.svn.wordpress.org/trunk@29999


git-svn-id: http://core.svn.wordpress.org/trunk@29999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 23:27:20 +00:00
Andrew Nacin
49729f6e35 4.1-alpha-29998. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:40 +00:00
Andrew Nacin
d6f37c2f9b 4.1-alpha-29997. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:39 +00:00
Andrew Nacin
d134bb7f42 4.1-alpha-29996. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:38 +00:00
Andrew Nacin
a9c72f0ccf 4.1-alpha-29995. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:37 +00:00
Andrew Nacin
dc259efd77 4.1-alpha-29994. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:36 +00:00
Andrew Nacin
661676d57d 4.1-alpha-29993. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:35 +00:00
Andrew Nacin
f76901b8b1 4.1-alpha-29992. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:34 +00:00
Andrew Nacin
be954c2ac9 4.1-alpha-29991. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:33 +00:00
Andrew Nacin
4520bfd83a 4.1-alpha-29990. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:32 +00:00
Andrew Nacin
4e50e1ae47 4.1-alpha-29989. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:31 +00:00
Andrew Nacin
fa13230216 4.1-alpha-29988. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:30 +00:00
Andrew Nacin
54eefdf23f 4.1-alpha-29987. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:29 +00:00
Andrew Nacin
f2aa96c821 4.1-alpha-29986. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:28 +00:00
Andrew Nacin
0dc211f9e8 4.1-alpha-29985. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:27 +00:00
Andrew Nacin
3dcd08fc9e 4.1-alpha-29984. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:26 +00:00
Andrew Nacin
72549de5b1 4.1-alpha-29983. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:25 +00:00
Andrew Nacin
0a31a051c1 4.1-alpha-29982. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:24 +00:00
Andrew Nacin
65f1326d97 4.1-alpha-29981. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:23 +00:00
Andrew Nacin
1a89790c7c 4.1-alpha-29980. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:22 +00:00
Andrew Nacin
d3c19bc09c 4.1-alpha-29979. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:21 +00:00
Andrew Nacin
8b4e0394da 4.1-alpha-29978. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:20 +00:00
Andrew Nacin
de3e1f8f2c 4.1-alpha-29977. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:19 +00:00
Andrew Nacin
799b982ce5 4.1-alpha-29976. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:18 +00:00
Andrew Nacin
85815a3f2a 4.1-alpha-29975. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:17 +00:00
Andrew Nacin
91275eb4a3 4.1-alpha-29974. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:16 +00:00
Andrew Nacin
04b0ce56fb 4.1-alpha-29973. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:15 +00:00
Andrew Nacin
db7bff6266 4.1-alpha-29972. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:14 +00:00
Andrew Nacin
037dea021e 4.1-alpha-29971. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:13 +00:00
Andrew Nacin
100abf04db 4.1-alpha-29970. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:12 +00:00
Andrew Nacin
a330de3b7c 4.1-alpha-29969. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:11 +00:00
Andrew Nacin
78a01b262c 4.1-alpha-29968. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:10 +00:00
Andrew Nacin
c3020b5082 4.1-alpha-29967. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:09 +00:00
Andrew Nacin
471e276490 4.1-alpha-29966. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:08 +00:00
Andrew Nacin
16781a7c58 4.1-alpha-29965. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:07 +00:00
Andrew Nacin
c680300e19 4.1-alpha-29964. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:06 +00:00
Andrew Nacin
e80f82606b 4.1-alpha-29963. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:05 +00:00
Andrew Nacin
74cd92f4c8 4.1-alpha-29962. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:04 +00:00
Andrew Nacin
25e66dca37 4.1-alpha-29961. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:03 +00:00
Andrew Nacin
480c52dde1 4.1-alpha-29960. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:02 +00:00
Andrew Nacin
d7a2acda0b 4.1-alpha-29959. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:01 +00:00
Andrew Nacin
369b1e87f5 4.1-alpha-29958. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:01:00 +00:00
Andrew Nacin
9bb73fcbf4 4.1-alpha-29957. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:59 +00:00
Andrew Nacin
6a787e8992 4.1-alpha-29956. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:58 +00:00
Andrew Nacin
943fc26c4f 4.1-alpha-29955. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:57 +00:00
Andrew Nacin
cff0c5819e 4.1-alpha-29954. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:56 +00:00
Andrew Nacin
a58a4b1f75 4.1-alpha-29953. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:55 +00:00
Andrew Nacin
b71f43603a 4.1-alpha-29952. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:54 +00:00
Andrew Nacin
b10676498c 4.1-alpha-29951. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:53 +00:00
Andrew Nacin
2b08c27e56 4.1-alpha-29950. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:52 +00:00
Andrew Nacin
a9072630de 4.1-alpha-29949. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:51 +00:00
Andrew Nacin
5e452db4db 4.1-alpha-29948. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:50 +00:00
Andrew Nacin
8b37436e7f 4.1-alpha-29947. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:49 +00:00
Andrew Nacin
1b681052c2 4.1-alpha-29946. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:48 +00:00
Andrew Nacin
0c6813ac2f 4.1-alpha-29945. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:47 +00:00
Andrew Nacin
c641e909f0 4.1-alpha-29944. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:46 +00:00
Andrew Nacin
572c29ec9d 4.1-alpha-29943. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:45 +00:00
Andrew Nacin
a2eadce8c5 4.1-alpha-29942. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:44 +00:00
Andrew Nacin
955be0cb87 4.1-alpha-29941. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:43 +00:00
Andrew Nacin
d7ae5d27ae 4.1-alpha-29940. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:42 +00:00
Andrew Nacin
d4694e3dea 4.1-alpha-29939. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:41 +00:00
Andrew Nacin
8846008a59 4.1-alpha-29938. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:40 +00:00
Andrew Nacin
7e00d34dda 4.1-alpha-29937. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:39 +00:00
Andrew Nacin
559ae08771 4.1-alpha-29936. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:38 +00:00
Andrew Nacin
701d17dfa0 4.1-alpha-29935. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:37 +00:00
Andrew Nacin
5be84ae4c1 4.1-alpha-29934. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:36 +00:00
Andrew Nacin
821e18d03b 4.1-alpha-29933. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:35 +00:00
Andrew Nacin
a5ec035de8 4.1-alpha-29932. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:34 +00:00
Andrew Nacin
728ee99c0e 4.1-alpha-29931. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:33 +00:00
Andrew Nacin
e333bddb1e 4.1-alpha-29930. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:32 +00:00
Andrew Nacin
de8c380f78 4.1-alpha-29929. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:31 +00:00
Andrew Nacin
b1ab9bc995 4.1-alpha-29928. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:30 +00:00
Andrew Nacin
b06c00c19f 4.1-alpha-29927. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:29 +00:00
Andrew Nacin
40d80cad47 4.1-alpha-29926. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:28 +00:00
Andrew Nacin
51c93a30f7 4.1-alpha-29925. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:27 +00:00
Andrew Nacin
ec8e2cd2fa 4.1-alpha-29924. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:26 +00:00
Andrew Nacin
d90d060af5 4.1-alpha-29923. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:25 +00:00
Andrew Nacin
ae5de1b48f 4.1-alpha-29922. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:24 +00:00
Andrew Nacin
70cd5f3b1d 4.1-alpha-29921. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:23 +00:00
Andrew Nacin
4772f0d04d 4.1-alpha-29920. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:22 +00:00
Andrew Nacin
ad66cd6a45 4.1-alpha-29919. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:21 +00:00
Andrew Nacin
7694f793ce 4.1-alpha-29918. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:20 +00:00
Andrew Nacin
9471e6e00f 4.1-alpha-29917. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:19 +00:00
Andrew Nacin
04ebf91fe1 4.1-alpha-29916. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:18 +00:00
Andrew Nacin
e84805368a 4.1-alpha-29915. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:17 +00:00
Andrew Nacin
9973e36ad4 4.1-alpha-29914. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:16 +00:00
Andrew Nacin
ae3b68bf8f 4.1-alpha-29913. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:15 +00:00
Andrew Nacin
332a0b4d73 4.1-alpha-29912. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:14 +00:00
Andrew Nacin
b2a8e43f7b 4.1-alpha-29911. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29911 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:13 +00:00
Andrew Nacin
0187160a92 4.1-alpha-29910. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:12 +00:00
Andrew Nacin
8b01289573 4.1-alpha-29909. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:11 +00:00
Andrew Nacin
f3a9d42393 4.1-alpha-29908. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:10 +00:00
Andrew Nacin
a4757ddd87 4.1-alpha-29907. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:09 +00:00
Andrew Nacin
032a972cda 4.1-alpha-29906. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:08 +00:00
Andrew Nacin
89b01a1877 4.1-alpha-29905. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:07 +00:00
Andrew Nacin
11d21c3d3f 4.1-alpha-29904. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:06 +00:00
Andrew Nacin
9553c604f3 4.1-alpha-29903. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:05 +00:00
Andrew Nacin
819727dc65 4.1-alpha-29902. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:04 +00:00
Andrew Nacin
83439a8c70 4.1-alpha-29901. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:03 +00:00
Andrew Nacin
4a93542f2d 4.1-alpha-29900. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:02 +00:00
Andrew Nacin
aad0ec3bc9 4.1-alpha-29899. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:01 +00:00
Andrew Nacin
7d70a55616 4.1-alpha-29898. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 21:00:00 +00:00
Andrew Nacin
baf5e5d47e 4.1-alpha-29897. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:59 +00:00
Andrew Nacin
1673b084a0 4.1-alpha-29896. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:58 +00:00
Andrew Nacin
9af7146e9d 4.1-alpha-29895. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:57 +00:00
Andrew Nacin
c6392db34d 4.1-alpha-29894. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:56 +00:00
Andrew Nacin
80c5dea0dd 4.1-alpha-29893. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:55 +00:00
Andrew Nacin
84852bb911 4.1-alpha-29892. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:54 +00:00
Andrew Nacin
df506fc11b 4.1-alpha-29891. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:53 +00:00
Andrew Nacin
9829b4ef33 4.1-alpha-29890. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:52 +00:00
Andrew Nacin
764ce9b34c 4.1-alpha-29889. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:51 +00:00
Andrew Nacin
01417fe41a 4.1-alpha-29888. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:50 +00:00
Andrew Nacin
84303fbdda 4.1-alpha-29887. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:49 +00:00
Andrew Nacin
ddac40c964 4.1-alpha-29886. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:48 +00:00
Andrew Nacin
bf64fed9ca 4.1-alpha-29885. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:47 +00:00
Andrew Nacin
8c44f3b45c 4.1-alpha-29884. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:46 +00:00
Andrew Nacin
9e60417fc3 4.1-alpha-29883. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:45 +00:00
Andrew Nacin
3d1c89b8d8 4.1-alpha-29882. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:44 +00:00
Andrew Nacin
0cc7918c93 4.1-alpha-29881. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:43 +00:00
Andrew Nacin
1cfbf57916 4.1-alpha-29880. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:42 +00:00
Andrew Nacin
3d99100919 4.1-alpha-29879. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:41 +00:00
Andrew Nacin
2efe5b6902 4.1-alpha-29878. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:40 +00:00
Andrew Nacin
a3a0b17eb1 4.1-alpha-29877. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:39 +00:00
Andrew Nacin
71cab143c8 4.1-alpha-29876. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:38 +00:00
Andrew Nacin
ad9ad40870 4.1-alpha-29875. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:37 +00:00
Andrew Nacin
290c859607 4.1-alpha-29874. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:36 +00:00
Andrew Nacin
ac783dac69 4.1-alpha-29873. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:35 +00:00
Andrew Nacin
0332b2de89 4.1-alpha-29872. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:34 +00:00
Andrew Nacin
d1e7f75ad8 4.1-alpha-29871. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:33 +00:00
Andrew Nacin
70752f7e90 4.1-alpha-29870. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:32 +00:00
Andrew Nacin
6eeee66fae 4.1-alpha-29869. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:31 +00:00
Andrew Nacin
fedc6304aa 4.1-alpha-29868. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:30 +00:00
Andrew Nacin
bcaeb16ce4 4.1-alpha-29867. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:29 +00:00
Andrew Nacin
145580bb77 4.1-alpha-29866. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:28 +00:00
Andrew Nacin
8bc8a8c397 4.1-alpha-29865. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:27 +00:00
Andrew Nacin
0e8a5c308e 4.1-alpha-29864. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:26 +00:00
Andrew Nacin
15f0e2dfb4 4.1-alpha-29863. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:25 +00:00
Andrew Nacin
1482d29614 4.1-alpha-29862. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:23 +00:00
Andrew Nacin
83713e9b62 4.1-alpha-29861. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:22 +00:00
Andrew Nacin
af522a2dec 4.1-alpha-29860. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:19 +00:00
Andrew Nacin
59051003e3 4.1-alpha-29859. (Bumping to permanently sync the revision number with https://develop.svn.wordpress.org.)
git-svn-id: http://core.svn.wordpress.org/trunk@29859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-23 20:59:18 +00:00