stump-cli 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1310) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +18 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +3 -16
  6. data/Rakefile +2 -0
  7. data/bin/stump-cli +58 -0
  8. data/lib/stump-cli/version.rb +3 -0
  9. data/lib/stump.rb +5 -0
  10. data/lib/wp/Movefile-example +62 -0
  11. data/lib/wp/README.md +25 -0
  12. data/lib/wp/index.php +17 -0
  13. data/lib/wp/license.txt +385 -0
  14. data/lib/wp/readme.html +96 -0
  15. data/lib/wp/wp-activate.php +131 -0
  16. data/lib/wp/wp-admin/about.php +193 -0
  17. data/lib/wp/wp-admin/admin-ajax.php +98 -0
  18. data/lib/wp/wp-admin/admin-footer.php +99 -0
  19. data/lib/wp/wp-admin/admin-functions.php +15 -0
  20. data/lib/wp/wp-admin/admin-header.php +243 -0
  21. data/lib/wp/wp-admin/admin-post.php +71 -0
  22. data/lib/wp/wp-admin/admin.php +347 -0
  23. data/lib/wp/wp-admin/async-upload.php +114 -0
  24. data/lib/wp/wp-admin/comment.php +299 -0
  25. data/lib/wp/wp-admin/credits.php +192 -0
  26. data/lib/wp/wp-admin/css/about-rtl.css +446 -0
  27. data/lib/wp/wp-admin/css/about.css +446 -0
  28. data/lib/wp/wp-admin/css/admin-menu-rtl.css +917 -0
  29. data/lib/wp/wp-admin/css/admin-menu.css +917 -0
  30. data/lib/wp/wp-admin/css/color-picker-rtl.css +127 -0
  31. data/lib/wp/wp-admin/css/color-picker-rtl.min.css +1 -0
  32. data/lib/wp/wp-admin/css/color-picker.css +127 -0
  33. data/lib/wp/wp-admin/css/color-picker.min.css +1 -0
  34. data/lib/wp/wp-admin/css/colors/_admin.scss +525 -0
  35. data/lib/wp/wp-admin/css/colors/_mixins.scss +43 -0
  36. data/lib/wp/wp-admin/css/colors/_variables.scss +58 -0
  37. data/lib/wp/wp-admin/css/colors/blue/colors-rtl.css +341 -0
  38. data/lib/wp/wp-admin/css/colors/blue/colors-rtl.min.css +1 -0
  39. data/lib/wp/wp-admin/css/colors/blue/colors.css +341 -0
  40. data/lib/wp/wp-admin/css/colors/blue/colors.min.css +1 -0
  41. data/lib/wp/wp-admin/css/colors/blue/colors.scss +11 -0
  42. data/lib/wp/wp-admin/css/colors/coffee/colors-rtl.css +341 -0
  43. data/lib/wp/wp-admin/css/colors/coffee/colors-rtl.min.css +1 -0
  44. data/lib/wp/wp-admin/css/colors/coffee/colors.css +341 -0
  45. data/lib/wp/wp-admin/css/colors/coffee/colors.min.css +1 -0
  46. data/lib/wp/wp-admin/css/colors/coffee/colors.scss +7 -0
  47. data/lib/wp/wp-admin/css/colors/ectoplasm/colors-rtl.css +341 -0
  48. data/lib/wp/wp-admin/css/colors/ectoplasm/colors-rtl.min.css +1 -0
  49. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.css +341 -0
  50. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.min.css +1 -0
  51. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.scss +8 -0
  52. data/lib/wp/wp-admin/css/colors/light/colors-rtl.css +349 -0
  53. data/lib/wp/wp-admin/css/colors/light/colors-rtl.min.css +1 -0
  54. data/lib/wp/wp-admin/css/colors/light/colors.css +349 -0
  55. data/lib/wp/wp-admin/css/colors/light/colors.min.css +1 -0
  56. data/lib/wp/wp-admin/css/colors/light/colors.scss +38 -0
  57. data/lib/wp/wp-admin/css/colors/midnight/colors-rtl.css +341 -0
  58. data/lib/wp/wp-admin/css/colors/midnight/colors-rtl.min.css +1 -0
  59. data/lib/wp/wp-admin/css/colors/midnight/colors.css +341 -0
  60. data/lib/wp/wp-admin/css/colors/midnight/colors.min.css +1 -0
  61. data/lib/wp/wp-admin/css/colors/midnight/colors.scss +5 -0
  62. data/lib/wp/wp-admin/css/colors/ocean/colors-rtl.css +341 -0
  63. data/lib/wp/wp-admin/css/colors/ocean/colors-rtl.min.css +1 -0
  64. data/lib/wp/wp-admin/css/colors/ocean/colors.css +341 -0
  65. data/lib/wp/wp-admin/css/colors/ocean/colors.min.css +1 -0
  66. data/lib/wp/wp-admin/css/colors/ocean/colors.scss +8 -0
  67. data/lib/wp/wp-admin/css/colors/sunrise/colors-rtl.css +341 -0
  68. data/lib/wp/wp-admin/css/colors/sunrise/colors-rtl.min.css +1 -0
  69. data/lib/wp/wp-admin/css/colors/sunrise/colors.css +341 -0
  70. data/lib/wp/wp-admin/css/colors/sunrise/colors.min.css +1 -0
  71. data/lib/wp/wp-admin/css/colors/sunrise/colors.scss +6 -0
  72. data/lib/wp/wp-admin/css/common-rtl.css +3212 -0
  73. data/lib/wp/wp-admin/css/common.css +3212 -0
  74. data/lib/wp/wp-admin/css/customize-controls-rtl.css +889 -0
  75. data/lib/wp/wp-admin/css/customize-controls-rtl.min.css +1 -0
  76. data/lib/wp/wp-admin/css/customize-controls.css +889 -0
  77. data/lib/wp/wp-admin/css/customize-controls.min.css +1 -0
  78. data/lib/wp/wp-admin/css/customize-widgets-rtl.css +603 -0
  79. data/lib/wp/wp-admin/css/customize-widgets-rtl.min.css +1 -0
  80. data/lib/wp/wp-admin/css/customize-widgets.css +603 -0
  81. data/lib/wp/wp-admin/css/customize-widgets.min.css +1 -0
  82. data/lib/wp/wp-admin/css/dashboard-rtl.css +1116 -0
  83. data/lib/wp/wp-admin/css/dashboard.css +1116 -0
  84. data/lib/wp/wp-admin/css/deprecated-media-rtl.css +371 -0
  85. data/lib/wp/wp-admin/css/deprecated-media-rtl.min.css +1 -0
  86. data/lib/wp/wp-admin/css/deprecated-media.css +371 -0
  87. data/lib/wp/wp-admin/css/deprecated-media.min.css +1 -0
  88. data/lib/wp/wp-admin/css/edit-rtl.css +1501 -0
  89. data/lib/wp/wp-admin/css/edit.css +1501 -0
  90. data/lib/wp/wp-admin/css/farbtastic-rtl.css +41 -0
  91. data/lib/wp/wp-admin/css/farbtastic.css +41 -0
  92. data/lib/wp/wp-admin/css/forms-rtl.css +992 -0
  93. data/lib/wp/wp-admin/css/forms.css +992 -0
  94. data/lib/wp/wp-admin/css/ie-rtl.css +785 -0
  95. data/lib/wp/wp-admin/css/ie-rtl.min.css +1 -0
  96. data/lib/wp/wp-admin/css/ie.css +785 -0
  97. data/lib/wp/wp-admin/css/ie.min.css +1 -0
  98. data/lib/wp/wp-admin/css/install-rtl.css +389 -0
  99. data/lib/wp/wp-admin/css/install-rtl.min.css +1 -0
  100. data/lib/wp/wp-admin/css/install.css +389 -0
  101. data/lib/wp/wp-admin/css/install.min.css +1 -0
  102. data/lib/wp/wp-admin/css/l10n-rtl.css +101 -0
  103. data/lib/wp/wp-admin/css/l10n.css +101 -0
  104. data/lib/wp/wp-admin/css/list-tables-rtl.css +1875 -0
  105. data/lib/wp/wp-admin/css/list-tables.css +1875 -0
  106. data/lib/wp/wp-admin/css/login-rtl.css +269 -0
  107. data/lib/wp/wp-admin/css/login-rtl.min.css +1 -0
  108. data/lib/wp/wp-admin/css/login.css +269 -0
  109. data/lib/wp/wp-admin/css/login.min.css +1 -0
  110. data/lib/wp/wp-admin/css/media-rtl.css +1196 -0
  111. data/lib/wp/wp-admin/css/media.css +1196 -0
  112. data/lib/wp/wp-admin/css/nav-menus-rtl.css +857 -0
  113. data/lib/wp/wp-admin/css/nav-menus.css +857 -0
  114. data/lib/wp/wp-admin/css/press-this-rtl.css +458 -0
  115. data/lib/wp/wp-admin/css/press-this.css +458 -0
  116. data/lib/wp/wp-admin/css/revisions-rtl.css +574 -0
  117. data/lib/wp/wp-admin/css/revisions.css +574 -0
  118. data/lib/wp/wp-admin/css/themes-rtl.css +1732 -0
  119. data/lib/wp/wp-admin/css/themes.css +1732 -0
  120. data/lib/wp/wp-admin/css/widgets-rtl.css +577 -0
  121. data/lib/wp/wp-admin/css/widgets.css +577 -0
  122. data/lib/wp/wp-admin/css/wp-admin-rtl.css +14 -0
  123. data/lib/wp/wp-admin/css/wp-admin-rtl.min.css +1 -0
  124. data/lib/wp/wp-admin/css/wp-admin.css +14 -0
  125. data/lib/wp/wp-admin/css/wp-admin.min.css +1 -0
  126. data/lib/wp/wp-admin/custom-background.php +482 -0
  127. data/lib/wp/wp-admin/custom-header.php +1366 -0
  128. data/lib/wp/wp-admin/customize.php +278 -0
  129. data/lib/wp/wp-admin/edit-comments.php +254 -0
  130. data/lib/wp/wp-admin/edit-form-advanced.php +636 -0
  131. data/lib/wp/wp-admin/edit-form-comment.php +160 -0
  132. data/lib/wp/wp-admin/edit-link-form.php +150 -0
  133. data/lib/wp/wp-admin/edit-tag-form.php +204 -0
  134. data/lib/wp/wp-admin/edit-tags.php +591 -0
  135. data/lib/wp/wp-admin/edit.php +330 -0
  136. data/lib/wp/wp-admin/export.php +243 -0
  137. data/lib/wp/wp-admin/freedoms.php +57 -0
  138. data/lib/wp/wp-admin/images/align-center-2x.png +0 -0
  139. data/lib/wp/wp-admin/images/align-center.png +0 -0
  140. data/lib/wp/wp-admin/images/align-left-2x.png +0 -0
  141. data/lib/wp/wp-admin/images/align-left.png +0 -0
  142. data/lib/wp/wp-admin/images/align-none-2x.png +0 -0
  143. data/lib/wp/wp-admin/images/align-none.png +0 -0
  144. data/lib/wp/wp-admin/images/align-right-2x.png +0 -0
  145. data/lib/wp/wp-admin/images/align-right.png +0 -0
  146. data/lib/wp/wp-admin/images/arrows-2x.png +0 -0
  147. data/lib/wp/wp-admin/images/arrows.png +0 -0
  148. data/lib/wp/wp-admin/images/bubble_bg-2x.gif +0 -0
  149. data/lib/wp/wp-admin/images/bubble_bg.gif +0 -0
  150. data/lib/wp/wp-admin/images/comment-grey-bubble-2x.png +0 -0
  151. data/lib/wp/wp-admin/images/comment-grey-bubble.png +0 -0
  152. data/lib/wp/wp-admin/images/date-button-2x.gif +0 -0
  153. data/lib/wp/wp-admin/images/date-button.gif +0 -0
  154. data/lib/wp/wp-admin/images/generic.png +0 -0
  155. data/lib/wp/wp-admin/images/icons32-2x.png +0 -0
  156. data/lib/wp/wp-admin/images/icons32-vs-2x.png +0 -0
  157. data/lib/wp/wp-admin/images/icons32-vs.png +0 -0
  158. data/lib/wp/wp-admin/images/icons32.png +0 -0
  159. data/lib/wp/wp-admin/images/imgedit-icons-2x.png +0 -0
  160. data/lib/wp/wp-admin/images/imgedit-icons.png +0 -0
  161. data/lib/wp/wp-admin/images/list-2x.png +0 -0
  162. data/lib/wp/wp-admin/images/list.png +0 -0
  163. data/lib/wp/wp-admin/images/loading.gif +0 -0
  164. data/lib/wp/wp-admin/images/marker.png +0 -0
  165. data/lib/wp/wp-admin/images/mask.png +0 -0
  166. data/lib/wp/wp-admin/images/media-button-2x.png +0 -0
  167. data/lib/wp/wp-admin/images/media-button-image.gif +0 -0
  168. data/lib/wp/wp-admin/images/media-button-music.gif +0 -0
  169. data/lib/wp/wp-admin/images/media-button-other.gif +0 -0
  170. data/lib/wp/wp-admin/images/media-button-video.gif +0 -0
  171. data/lib/wp/wp-admin/images/media-button.png +0 -0
  172. data/lib/wp/wp-admin/images/menu-2x.png +0 -0
  173. data/lib/wp/wp-admin/images/menu-vs-2x.png +0 -0
  174. data/lib/wp/wp-admin/images/menu-vs.png +0 -0
  175. data/lib/wp/wp-admin/images/menu.png +0 -0
  176. data/lib/wp/wp-admin/images/no.png +0 -0
  177. data/lib/wp/wp-admin/images/post-formats-vs.png +0 -0
  178. data/lib/wp/wp-admin/images/post-formats.png +0 -0
  179. data/lib/wp/wp-admin/images/post-formats32-vs.png +0 -0
  180. data/lib/wp/wp-admin/images/post-formats32.png +0 -0
  181. data/lib/wp/wp-admin/images/resize-2x.gif +0 -0
  182. data/lib/wp/wp-admin/images/resize-rtl-2x.gif +0 -0
  183. data/lib/wp/wp-admin/images/resize-rtl.gif +0 -0
  184. data/lib/wp/wp-admin/images/resize.gif +0 -0
  185. data/lib/wp/wp-admin/images/se.png +0 -0
  186. data/lib/wp/wp-admin/images/sort-2x.gif +0 -0
  187. data/lib/wp/wp-admin/images/sort.gif +0 -0
  188. data/lib/wp/wp-admin/images/spinner-2x.gif +0 -0
  189. data/lib/wp/wp-admin/images/spinner.gif +0 -0
  190. data/lib/wp/wp-admin/images/stars-2x.png +0 -0
  191. data/lib/wp/wp-admin/images/stars.png +0 -0
  192. data/lib/wp/wp-admin/images/w-logo-blue.png +0 -0
  193. data/lib/wp/wp-admin/images/w-logo-white.png +0 -0
  194. data/lib/wp/wp-admin/images/wheel.png +0 -0
  195. data/lib/wp/wp-admin/images/wordpress-logo-white.svg +1 -0
  196. data/lib/wp/wp-admin/images/wordpress-logo.png +0 -0
  197. data/lib/wp/wp-admin/images/wordpress-logo.svg +1 -0
  198. data/lib/wp/wp-admin/images/wpspin_light-2x.gif +0 -0
  199. data/lib/wp/wp-admin/images/wpspin_light.gif +0 -0
  200. data/lib/wp/wp-admin/images/xit-2x.gif +0 -0
  201. data/lib/wp/wp-admin/images/xit.gif +0 -0
  202. data/lib/wp/wp-admin/images/yes.png +0 -0
  203. data/lib/wp/wp-admin/import.php +132 -0
  204. data/lib/wp/wp-admin/includes/admin.php +74 -0
  205. data/lib/wp/wp-admin/includes/ajax-actions.php +2762 -0
  206. data/lib/wp/wp-admin/includes/bookmark.php +305 -0
  207. data/lib/wp/wp-admin/includes/class-ftp-pure.php +190 -0
  208. data/lib/wp/wp-admin/includes/class-ftp-sockets.php +250 -0
  209. data/lib/wp/wp-admin/includes/class-ftp.php +907 -0
  210. data/lib/wp/wp-admin/includes/class-pclzip.php +5687 -0
  211. data/lib/wp/wp-admin/includes/class-wp-comments-list-table.php +637 -0
  212. data/lib/wp/wp-admin/includes/class-wp-filesystem-base.php +815 -0
  213. data/lib/wp/wp-admin/includes/class-wp-filesystem-direct.php +384 -0
  214. data/lib/wp/wp-admin/includes/class-wp-filesystem-ftpext.php +415 -0
  215. data/lib/wp/wp-admin/includes/class-wp-filesystem-ftpsockets.php +352 -0
  216. data/lib/wp/wp-admin/includes/class-wp-filesystem-ssh2.php +392 -0
  217. data/lib/wp/wp-admin/includes/class-wp-importer.php +302 -0
  218. data/lib/wp/wp-admin/includes/class-wp-links-list-table.php +207 -0
  219. data/lib/wp/wp-admin/includes/class-wp-list-table.php +1080 -0
  220. data/lib/wp/wp-admin/includes/class-wp-media-list-table.php +574 -0
  221. data/lib/wp/wp-admin/includes/class-wp-ms-sites-list-table.php +402 -0
  222. data/lib/wp/wp-admin/includes/class-wp-ms-themes-list-table.php +459 -0
  223. data/lib/wp/wp-admin/includes/class-wp-ms-users-list-table.php +303 -0
  224. data/lib/wp/wp-admin/includes/class-wp-plugin-install-list-table.php +490 -0
  225. data/lib/wp/wp-admin/includes/class-wp-plugins-list-table.php +605 -0
  226. data/lib/wp/wp-admin/includes/class-wp-posts-list-table.php +1306 -0
  227. data/lib/wp/wp-admin/includes/class-wp-terms-list-table.php +466 -0
  228. data/lib/wp/wp-admin/includes/class-wp-theme-install-list-table.php +431 -0
  229. data/lib/wp/wp-admin/includes/class-wp-themes-list-table.php +279 -0
  230. data/lib/wp/wp-admin/includes/class-wp-upgrader-skins.php +767 -0
  231. data/lib/wp/wp-admin/includes/class-wp-upgrader.php +2676 -0
  232. data/lib/wp/wp-admin/includes/class-wp-users-list-table.php +459 -0
  233. data/lib/wp/wp-admin/includes/comment.php +171 -0
  234. data/lib/wp/wp-admin/includes/continents-cities.php +493 -0
  235. data/lib/wp/wp-admin/includes/dashboard.php +1333 -0
  236. data/lib/wp/wp-admin/includes/deprecated.php +1190 -0
  237. data/lib/wp/wp-admin/includes/export.php +508 -0
  238. data/lib/wp/wp-admin/includes/file.php +1152 -0
  239. data/lib/wp/wp-admin/includes/image-edit.php +828 -0
  240. data/lib/wp/wp-admin/includes/image.php +598 -0
  241. data/lib/wp/wp-admin/includes/import.php +206 -0
  242. data/lib/wp/wp-admin/includes/list-table.php +113 -0
  243. data/lib/wp/wp-admin/includes/media.php +3012 -0
  244. data/lib/wp/wp-admin/includes/menu.php +322 -0
  245. data/lib/wp/wp-admin/includes/meta-boxes.php +1119 -0
  246. data/lib/wp/wp-admin/includes/misc.php +845 -0
  247. data/lib/wp/wp-admin/includes/ms-deprecated.php +78 -0
  248. data/lib/wp/wp-admin/includes/ms.php +814 -0
  249. data/lib/wp/wp-admin/includes/nav-menu.php +1328 -0
  250. data/lib/wp/wp-admin/includes/plugin-install.php +550 -0
  251. data/lib/wp/wp-admin/includes/plugin.php +1899 -0
  252. data/lib/wp/wp-admin/includes/post.php +1661 -0
  253. data/lib/wp/wp-admin/includes/revision.php +228 -0
  254. data/lib/wp/wp-admin/includes/schema.php +1038 -0
  255. data/lib/wp/wp-admin/includes/screen.php +1179 -0
  256. data/lib/wp/wp-admin/includes/taxonomy.php +284 -0
  257. data/lib/wp/wp-admin/includes/template.php +2157 -0
  258. data/lib/wp/wp-admin/includes/theme-install.php +205 -0
  259. data/lib/wp/wp-admin/includes/theme.php +474 -0
  260. data/lib/wp/wp-admin/includes/translation-install.php +240 -0
  261. data/lib/wp/wp-admin/includes/update-core.php +1186 -0
  262. data/lib/wp/wp-admin/includes/update.php +432 -0
  263. data/lib/wp/wp-admin/includes/upgrade.php +2218 -0
  264. data/lib/wp/wp-admin/includes/user.php +442 -0
  265. data/lib/wp/wp-admin/includes/widgets.php +245 -0
  266. data/lib/wp/wp-admin/index.php +131 -0
  267. data/lib/wp/wp-admin/install-helper.php +199 -0
  268. data/lib/wp/wp-admin/install.php +305 -0
  269. data/lib/wp/wp-admin/js/accordion.js +143 -0
  270. data/lib/wp/wp-admin/js/accordion.min.js +1 -0
  271. data/lib/wp/wp-admin/js/color-picker.js +155 -0
  272. data/lib/wp/wp-admin/js/color-picker.min.js +1 -0
  273. data/lib/wp/wp-admin/js/comment.js +50 -0
  274. data/lib/wp/wp-admin/js/comment.min.js +1 -0
  275. data/lib/wp/wp-admin/js/common.js +804 -0
  276. data/lib/wp/wp-admin/js/common.min.js +1 -0
  277. data/lib/wp/wp-admin/js/custom-background.js +75 -0
  278. data/lib/wp/wp-admin/js/custom-background.min.js +1 -0
  279. data/lib/wp/wp-admin/js/custom-header.js +61 -0
  280. data/lib/wp/wp-admin/js/customize-controls.js +1305 -0
  281. data/lib/wp/wp-admin/js/customize-controls.min.js +1 -0
  282. data/lib/wp/wp-admin/js/customize-widgets.js +1882 -0
  283. data/lib/wp/wp-admin/js/customize-widgets.min.js +1 -0
  284. data/lib/wp/wp-admin/js/dashboard.js +190 -0
  285. data/lib/wp/wp-admin/js/dashboard.min.js +1 -0
  286. data/lib/wp/wp-admin/js/edit-comments.js +625 -0
  287. data/lib/wp/wp-admin/js/edit-comments.min.js +1 -0
  288. data/lib/wp/wp-admin/js/editor-expand.js +705 -0
  289. data/lib/wp/wp-admin/js/editor-expand.min.js +1 -0
  290. data/lib/wp/wp-admin/js/editor.js +324 -0
  291. data/lib/wp/wp-admin/js/editor.min.js +1 -0
  292. data/lib/wp/wp-admin/js/farbtastic.js +276 -0
  293. data/lib/wp/wp-admin/js/gallery.js +237 -0
  294. data/lib/wp/wp-admin/js/gallery.min.js +1 -0
  295. data/lib/wp/wp-admin/js/image-edit.js +633 -0
  296. data/lib/wp/wp-admin/js/image-edit.min.js +1 -0
  297. data/lib/wp/wp-admin/js/inline-edit-post.js +359 -0
  298. data/lib/wp/wp-admin/js/inline-edit-post.min.js +1 -0
  299. data/lib/wp/wp-admin/js/inline-edit-tax.js +142 -0
  300. data/lib/wp/wp-admin/js/inline-edit-tax.min.js +1 -0
  301. data/lib/wp/wp-admin/js/iris.min.js +4 -0
  302. data/lib/wp/wp-admin/js/language-chooser.js +26 -0
  303. data/lib/wp/wp-admin/js/language-chooser.min.js +1 -0
  304. data/lib/wp/wp-admin/js/link.js +69 -0
  305. data/lib/wp/wp-admin/js/link.min.js +1 -0
  306. data/lib/wp/wp-admin/js/media-gallery.js +26 -0
  307. data/lib/wp/wp-admin/js/media-gallery.min.js +1 -0
  308. data/lib/wp/wp-admin/js/media-upload.js +69 -0
  309. data/lib/wp/wp-admin/js/media-upload.min.js +1 -0
  310. data/lib/wp/wp-admin/js/media.js +111 -0
  311. data/lib/wp/wp-admin/js/media.min.js +1 -0
  312. data/lib/wp/wp-admin/js/nav-menu.js +1205 -0
  313. data/lib/wp/wp-admin/js/nav-menu.min.js +1 -0
  314. data/lib/wp/wp-admin/js/password-strength-meter.js +75 -0
  315. data/lib/wp/wp-admin/js/password-strength-meter.min.js +1 -0
  316. data/lib/wp/wp-admin/js/plugin-install.js +76 -0
  317. data/lib/wp/wp-admin/js/plugin-install.min.js +1 -0
  318. data/lib/wp/wp-admin/js/post.js +1094 -0
  319. data/lib/wp/wp-admin/js/post.min.js +1 -0
  320. data/lib/wp/wp-admin/js/postbox.js +199 -0
  321. data/lib/wp/wp-admin/js/postbox.min.js +1 -0
  322. data/lib/wp/wp-admin/js/revisions.js +1110 -0
  323. data/lib/wp/wp-admin/js/revisions.min.js +1 -0
  324. data/lib/wp/wp-admin/js/set-post-thumbnail.js +24 -0
  325. data/lib/wp/wp-admin/js/set-post-thumbnail.min.js +1 -0
  326. data/lib/wp/wp-admin/js/svg-painter.js +240 -0
  327. data/lib/wp/wp-admin/js/svg-painter.min.js +1 -0
  328. data/lib/wp/wp-admin/js/tags.js +72 -0
  329. data/lib/wp/wp-admin/js/tags.min.js +1 -0
  330. data/lib/wp/wp-admin/js/theme.js +1691 -0
  331. data/lib/wp/wp-admin/js/theme.min.js +1 -0
  332. data/lib/wp/wp-admin/js/updates.js +65 -0
  333. data/lib/wp/wp-admin/js/updates.min.js +1 -0
  334. data/lib/wp/wp-admin/js/user-profile.js +127 -0
  335. data/lib/wp/wp-admin/js/user-profile.min.js +1 -0
  336. data/lib/wp/wp-admin/js/user-suggest.js +30 -0
  337. data/lib/wp/wp-admin/js/user-suggest.min.js +1 -0
  338. data/lib/wp/wp-admin/js/widgets.js +494 -0
  339. data/lib/wp/wp-admin/js/widgets.min.js +1 -0
  340. data/lib/wp/wp-admin/js/word-count.js +44 -0
  341. data/lib/wp/wp-admin/js/word-count.min.js +1 -0
  342. data/lib/wp/wp-admin/js/wp-fullscreen.js +704 -0
  343. data/lib/wp/wp-admin/js/wp-fullscreen.min.js +1 -0
  344. data/lib/wp/wp-admin/js/xfn.js +17 -0
  345. data/lib/wp/wp-admin/js/xfn.min.js +1 -0
  346. data/lib/wp/wp-admin/link-add.php +29 -0
  347. data/lib/wp/wp-admin/link-manager.php +99 -0
  348. data/lib/wp/wp-admin/link-parse-opml.php +84 -0
  349. data/lib/wp/wp-admin/link.php +117 -0
  350. data/lib/wp/wp-admin/load-scripts.php +162 -0
  351. data/lib/wp/wp-admin/load-styles.php +153 -0
  352. data/lib/wp/wp-admin/maint/repair.php +124 -0
  353. data/lib/wp/wp-admin/media-new.php +84 -0
  354. data/lib/wp/wp-admin/media-upload.php +100 -0
  355. data/lib/wp/wp-admin/media.php +146 -0
  356. data/lib/wp/wp-admin/menu-header.php +227 -0
  357. data/lib/wp/wp-admin/menu.php +255 -0
  358. data/lib/wp/wp-admin/moderation.php +12 -0
  359. data/lib/wp/wp-admin/ms-admin.php +13 -0
  360. data/lib/wp/wp-admin/ms-delete-site.php +91 -0
  361. data/lib/wp/wp-admin/ms-edit.php +13 -0
  362. data/lib/wp/wp-admin/ms-options.php +12 -0
  363. data/lib/wp/wp-admin/ms-sites.php +13 -0
  364. data/lib/wp/wp-admin/ms-themes.php +13 -0
  365. data/lib/wp/wp-admin/ms-upgrade-network.php +13 -0
  366. data/lib/wp/wp-admin/ms-users.php +13 -0
  367. data/lib/wp/wp-admin/my-sites.php +145 -0
  368. data/lib/wp/wp-admin/nav-menus.php +798 -0
  369. data/lib/wp/wp-admin/network.php +561 -0
  370. data/lib/wp/wp-admin/network/about.php +16 -0
  371. data/lib/wp/wp-admin/network/admin.php +32 -0
  372. data/lib/wp/wp-admin/network/credits.php +16 -0
  373. data/lib/wp/wp-admin/network/edit.php +42 -0
  374. data/lib/wp/wp-admin/network/freedoms.php +16 -0
  375. data/lib/wp/wp-admin/network/index.php +79 -0
  376. data/lib/wp/wp-admin/network/menu.php +63 -0
  377. data/lib/wp/wp-admin/network/plugin-editor.php +16 -0
  378. data/lib/wp/wp-admin/network/plugin-install.php +19 -0
  379. data/lib/wp/wp-admin/network/plugins.php +16 -0
  380. data/lib/wp/wp-admin/network/profile.php +16 -0
  381. data/lib/wp/wp-admin/network/settings.php +347 -0
  382. data/lib/wp/wp-admin/network/setup.php +16 -0
  383. data/lib/wp/wp-admin/network/site-info.php +178 -0
  384. data/lib/wp/wp-admin/network/site-new.php +153 -0
  385. data/lib/wp/wp-admin/network/site-settings.php +173 -0
  386. data/lib/wp/wp-admin/network/site-themes.php +185 -0
  387. data/lib/wp/wp-admin/network/site-users.php +319 -0
  388. data/lib/wp/wp-admin/network/sites.php +275 -0
  389. data/lib/wp/wp-admin/network/theme-editor.php +16 -0
  390. data/lib/wp/wp-admin/network/theme-install.php +19 -0
  391. data/lib/wp/wp-admin/network/themes.php +291 -0
  392. data/lib/wp/wp-admin/network/update-core.php +16 -0
  393. data/lib/wp/wp-admin/network/update.php +19 -0
  394. data/lib/wp/wp-admin/network/upgrade.php +120 -0
  395. data/lib/wp/wp-admin/network/user-edit.php +16 -0
  396. data/lib/wp/wp-admin/network/user-new.php +106 -0
  397. data/lib/wp/wp-admin/network/users.php +296 -0
  398. data/lib/wp/wp-admin/options-discussion.php +273 -0
  399. data/lib/wp/wp-admin/options-general.php +355 -0
  400. data/lib/wp/wp-admin/options-head.php +18 -0
  401. data/lib/wp/wp-admin/options-media.php +136 -0
  402. data/lib/wp/wp-admin/options-permalink.php +289 -0
  403. data/lib/wp/wp-admin/options-reading.php +184 -0
  404. data/lib/wp/wp-admin/options-writing.php +194 -0
  405. data/lib/wp/wp-admin/options.php +265 -0
  406. data/lib/wp/wp-admin/plugin-editor.php +279 -0
  407. data/lib/wp/wp-admin/plugin-install.php +134 -0
  408. data/lib/wp/wp-admin/plugins.php +474 -0
  409. data/lib/wp/wp-admin/post-new.php +74 -0
  410. data/lib/wp/wp-admin/post.php +318 -0
  411. data/lib/wp/wp-admin/press-this.php +691 -0
  412. data/lib/wp/wp-admin/profile.php +18 -0
  413. data/lib/wp/wp-admin/revision.php +221 -0
  414. data/lib/wp/wp-admin/setup-config.php +345 -0
  415. data/lib/wp/wp-admin/theme-editor.php +243 -0
  416. data/lib/wp/wp-admin/theme-install.php +278 -0
  417. data/lib/wp/wp-admin/themes.php +374 -0
  418. data/lib/wp/wp-admin/tools.php +75 -0
  419. data/lib/wp/wp-admin/update-core.php +653 -0
  420. data/lib/wp/wp-admin/update.php +272 -0
  421. data/lib/wp/wp-admin/upgrade-functions.php +12 -0
  422. data/lib/wp/wp-admin/upgrade.php +116 -0
  423. data/lib/wp/wp-admin/upload.php +292 -0
  424. data/lib/wp/wp-admin/user-edit.php +557 -0
  425. data/lib/wp/wp-admin/user-new.php +439 -0
  426. data/lib/wp/wp-admin/user/about.php +13 -0
  427. data/lib/wp/wp-admin/user/admin.php +32 -0
  428. data/lib/wp/wp-admin/user/credits.php +13 -0
  429. data/lib/wp/wp-admin/user/freedoms.php +13 -0
  430. data/lib/wp/wp-admin/user/index.php +12 -0
  431. data/lib/wp/wp-admin/user/menu.php +22 -0
  432. data/lib/wp/wp-admin/user/profile.php +12 -0
  433. data/lib/wp/wp-admin/user/user-edit.php +12 -0
  434. data/lib/wp/wp-admin/users.php +460 -0
  435. data/lib/wp/wp-admin/widgets.php +442 -0
  436. data/lib/wp/wp-blog-header.php +18 -0
  437. data/lib/wp/wp-comments-post.php +164 -0
  438. data/lib/wp/wp-config-sample.php +80 -0
  439. data/lib/wp/wp-content/index.php +2 -0
  440. data/lib/wp/wp-content/plugins/hello.php +82 -0
  441. data/lib/wp/wp-content/plugins/index.php +2 -0
  442. data/lib/wp/wp-content/themes/index.php +2 -0
  443. data/lib/wp/wp-content/themes/stump/.editorconfig +11 -0
  444. data/lib/wp/wp-content/themes/stump/.jshintrc +16 -0
  445. data/lib/wp/wp-content/themes/stump/404.php +13 -0
  446. data/lib/wp/wp-content/themes/stump/CHANGELOG.md +333 -0
  447. data/lib/wp/wp-content/themes/stump/CONTRIBUTING.md +121 -0
  448. data/lib/wp/wp-content/themes/stump/Gruntfile.js +151 -0
  449. data/lib/wp/wp-content/themes/stump/LICENSE.md +19 -0
  450. data/lib/wp/wp-content/themes/stump/assets/coffee/build/.gitkeep +0 -0
  451. data/lib/wp/wp-content/themes/stump/assets/coffee/build/site.js +6 -0
  452. data/lib/wp/wp-content/themes/stump/assets/css/editor-style.css +548 -0
  453. data/lib/wp/wp-content/themes/stump/assets/css/main.min.css +4 -0
  454. data/lib/wp/wp-content/themes/stump/assets/css/main.min.css.map +7 -0
  455. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  456. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  457. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  458. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  459. data/lib/wp/wp-content/themes/stump/assets/img/.gitignore +0 -0
  460. data/lib/wp/wp-content/themes/stump/assets/js/_main.js +63 -0
  461. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/affix.js +137 -0
  462. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/alert.js +88 -0
  463. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/button.js +107 -0
  464. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/carousel.js +205 -0
  465. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/collapse.js +170 -0
  466. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/dropdown.js +147 -0
  467. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/modal.js +243 -0
  468. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/popover.js +110 -0
  469. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/scrollspy.js +153 -0
  470. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/tab.js +125 -0
  471. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/tooltip.js +399 -0
  472. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/transition.js +48 -0
  473. data/lib/wp/wp-content/themes/stump/assets/js/scripts.min.js +1 -0
  474. data/lib/wp/wp-content/themes/stump/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  475. data/lib/wp/wp-content/themes/stump/assets/js/vendor/modernizr-2.7.0.min.js +4 -0
  476. data/lib/wp/wp-content/themes/stump/assets/sass/app.scss +9 -0
  477. data/lib/wp/wp-content/themes/stump/assets/sass/core/_variables.scss +1 -0
  478. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_alerts.scss +67 -0
  479. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_badges.scss +55 -0
  480. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_bootstrap.scss +49 -0
  481. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_breadcrumbs.scss +26 -0
  482. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_button-groups.scss +226 -0
  483. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_buttons.scss +159 -0
  484. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_carousel.scss +232 -0
  485. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_close.scss +35 -0
  486. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_code.scss +63 -0
  487. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_component-animations.scss +29 -0
  488. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_dropdowns.scss +213 -0
  489. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_forms.scss +436 -0
  490. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_glyphicons.scss +233 -0
  491. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_grid.scss +84 -0
  492. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_input-groups.scss +162 -0
  493. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_jumbotron.scss +44 -0
  494. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_labels.scss +64 -0
  495. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_list-group.scss +110 -0
  496. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_media.scss +56 -0
  497. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_mixins.scss +947 -0
  498. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_modals.scss +139 -0
  499. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_navbar.scss +620 -0
  500. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_navs.scss +242 -0
  501. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_normalize.scss +423 -0
  502. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_pager.scss +55 -0
  503. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_pagination.scss +88 -0
  504. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_panels.scss +241 -0
  505. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_popovers.scss +133 -0
  506. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_print.scss +101 -0
  507. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_progress-bars.scss +80 -0
  508. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_responsive-utilities.scss +74 -0
  509. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_scaffolding.scss +134 -0
  510. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_tables.scss +233 -0
  511. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_theme.scss +247 -0
  512. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_thumbnails.scss +38 -0
  513. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_tooltip.scss +95 -0
  514. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_type.scss +284 -0
  515. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_utilities.scss +56 -0
  516. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_variables.scss +833 -0
  517. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_wells.scss +29 -0
  518. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
  519. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/_bourbon.scss +59 -0
  520. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_button.scss +273 -0
  521. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_clearfix.scss +29 -0
  522. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_font-family.scss +5 -0
  523. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_hide-text.scss +5 -0
  524. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_html5-input-types.scss +56 -0
  525. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_position.scss +42 -0
  526. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_prefixer.scss +49 -0
  527. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_retina-image.scss +32 -0
  528. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_size.scss +44 -0
  529. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_timing-functions.scss +32 -0
  530. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_triangle.scss +45 -0
  531. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_animation.scss +52 -0
  532. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_appearance.scss +3 -0
  533. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_backface-visibility.scss +6 -0
  534. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_background-image.scss +48 -0
  535. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_background.scss +103 -0
  536. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_border-image.scss +55 -0
  537. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_border-radius.scss +22 -0
  538. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_box-sizing.scss +4 -0
  539. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_columns.scss +47 -0
  540. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_flex-box.scss +52 -0
  541. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_font-face.scss +23 -0
  542. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_hidpi-media-query.scss +10 -0
  543. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_image-rendering.scss +13 -0
  544. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_inline-block.scss +8 -0
  545. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_keyframes.scss +43 -0
  546. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_linear-gradient.scss +41 -0
  547. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_perspective.scss +8 -0
  548. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_placeholder.scss +29 -0
  549. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_radial-gradient.scss +44 -0
  550. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_transform.scss +15 -0
  551. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_transition.scss +34 -0
  552. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_user-select.scss +3 -0
  553. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_compact.scss +11 -0
  554. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_flex-grid.scss +39 -0
  555. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_grid-width.scss +13 -0
  556. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_linear-gradient.scss +13 -0
  557. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_modular-scale.scss +40 -0
  558. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_px-to-em.scss +8 -0
  559. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_radial-gradient.scss +23 -0
  560. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_tint-shade.scss +9 -0
  561. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_transition-property-name.scss +22 -0
  562. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
  563. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  564. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_linear-positions-parser.scss +61 -0
  565. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_radial-arg-parser.scss +69 -0
  566. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_radial-positions-parser.scss +18 -0
  567. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_render-gradients.scss +26 -0
  568. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_shape-size-stripper.scss +10 -0
  569. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan.sass +11 -0
  570. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_grid.sass +161 -0
  571. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_mixins.sass +63 -0
  572. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_utilities.sass +24 -0
  573. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_variables.sass +42 -0
  574. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/_neat-helpers.scss +8 -0
  575. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/_neat.scss +21 -0
  576. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_new-breakpoint.scss +16 -0
  577. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_private.scss +107 -0
  578. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_px-to-em.scss +3 -0
  579. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_fill-parent.scss +7 -0
  580. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_grid.scss +5 -0
  581. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_media.scss +51 -0
  582. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_omega.scss +79 -0
  583. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_outer-container.scss +8 -0
  584. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_pad.scss +8 -0
  585. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_private.scss +50 -0
  586. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_reset.scss +12 -0
  587. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_row.scss +17 -0
  588. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_shift.scss +9 -0
  589. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_span-columns.scss +38 -0
  590. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_to-deprecate.scss +57 -0
  591. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_visual-grid.scss +41 -0
  592. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/settings/_grid.scss +7 -0
  593. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/settings/_visual-grid.scss +5 -0
  594. data/lib/wp/wp-content/themes/stump/base.php +36 -0
  595. data/lib/wp/wp-content/themes/stump/functions.php +19 -0
  596. data/lib/wp/wp-content/themes/stump/index.php +21 -0
  597. data/lib/wp/wp-content/themes/stump/lang/ar.mo +0 -0
  598. data/lib/wp/wp-content/themes/stump/lang/ar.po +270 -0
  599. data/lib/wp/wp-content/themes/stump/lang/bg_BG.mo +0 -0
  600. data/lib/wp/wp-content/themes/stump/lang/bg_BG.po +338 -0
  601. data/lib/wp/wp-content/themes/stump/lang/ca.mo +0 -0
  602. data/lib/wp/wp-content/themes/stump/lang/ca.po +517 -0
  603. data/lib/wp/wp-content/themes/stump/lang/da_DK.mo +0 -0
  604. data/lib/wp/wp-content/themes/stump/lang/da_DK.po +305 -0
  605. data/lib/wp/wp-content/themes/stump/lang/de_DE.mo +0 -0
  606. data/lib/wp/wp-content/themes/stump/lang/de_DE.po +271 -0
  607. data/lib/wp/wp-content/themes/stump/lang/el.mo +0 -0
  608. data/lib/wp/wp-content/themes/stump/lang/el.po +319 -0
  609. data/lib/wp/wp-content/themes/stump/lang/es_ES.mo +0 -0
  610. data/lib/wp/wp-content/themes/stump/lang/es_ES.po +270 -0
  611. data/lib/wp/wp-content/themes/stump/lang/et.mo +0 -0
  612. data/lib/wp/wp-content/themes/stump/lang/et.po +262 -0
  613. data/lib/wp/wp-content/themes/stump/lang/fa_IR.mo +0 -0
  614. data/lib/wp/wp-content/themes/stump/lang/fa_IR.po +273 -0
  615. data/lib/wp/wp-content/themes/stump/lang/fi_FI.mo +0 -0
  616. data/lib/wp/wp-content/themes/stump/lang/fi_FI.po +367 -0
  617. data/lib/wp/wp-content/themes/stump/lang/fr_FR.mo +0 -0
  618. data/lib/wp/wp-content/themes/stump/lang/fr_FR.po +336 -0
  619. data/lib/wp/wp-content/themes/stump/lang/he_IL.mo +0 -0
  620. data/lib/wp/wp-content/themes/stump/lang/he_IL.po +336 -0
  621. data/lib/wp/wp-content/themes/stump/lang/hu_HU.mo +0 -0
  622. data/lib/wp/wp-content/themes/stump/lang/hu_HU.po +271 -0
  623. data/lib/wp/wp-content/themes/stump/lang/id_ID.mo +0 -0
  624. data/lib/wp/wp-content/themes/stump/lang/id_ID.po +278 -0
  625. data/lib/wp/wp-content/themes/stump/lang/it_IT.mo +0 -0
  626. data/lib/wp/wp-content/themes/stump/lang/it_IT.po +269 -0
  627. data/lib/wp/wp-content/themes/stump/lang/ja.mo +0 -0
  628. data/lib/wp/wp-content/themes/stump/lang/ja.po +267 -0
  629. data/lib/wp/wp-content/themes/stump/lang/ko_KR.mo +0 -0
  630. data/lib/wp/wp-content/themes/stump/lang/ko_KR.po +282 -0
  631. data/lib/wp/wp-content/themes/stump/lang/mk_MK.mo +0 -0
  632. data/lib/wp/wp-content/themes/stump/lang/mk_MK.po +297 -0
  633. data/lib/wp/wp-content/themes/stump/lang/ms_MY.mo +0 -0
  634. data/lib/wp/wp-content/themes/stump/lang/ms_MY.po +342 -0
  635. data/lib/wp/wp-content/themes/stump/lang/nb_NO.mo +0 -0
  636. data/lib/wp/wp-content/themes/stump/lang/nb_NO.po +517 -0
  637. data/lib/wp/wp-content/themes/stump/lang/nl_NL.mo +0 -0
  638. data/lib/wp/wp-content/themes/stump/lang/nl_NL.po +261 -0
  639. data/lib/wp/wp-content/themes/stump/lang/nn_NO.mo +0 -0
  640. data/lib/wp/wp-content/themes/stump/lang/nn_NO.po +517 -0
  641. data/lib/wp/wp-content/themes/stump/lang/pl_PL.mo +0 -0
  642. data/lib/wp/wp-content/themes/stump/lang/pl_PL.po +283 -0
  643. data/lib/wp/wp-content/themes/stump/lang/pt_BR.mo +0 -0
  644. data/lib/wp/wp-content/themes/stump/lang/pt_BR.po +394 -0
  645. data/lib/wp/wp-content/themes/stump/lang/ro_RO.mo +0 -0
  646. data/lib/wp/wp-content/themes/stump/lang/ro_RO.po +271 -0
  647. data/lib/wp/wp-content/themes/stump/lang/roots.pot +244 -0
  648. data/lib/wp/wp-content/themes/stump/lang/ru_RU.mo +0 -0
  649. data/lib/wp/wp-content/themes/stump/lang/ru_RU.po +255 -0
  650. data/lib/wp/wp-content/themes/stump/lang/sk_SK.mo +0 -0
  651. data/lib/wp/wp-content/themes/stump/lang/sk_SK.po +267 -0
  652. data/lib/wp/wp-content/themes/stump/lang/sr_RS.mo +0 -0
  653. data/lib/wp/wp-content/themes/stump/lang/sr_RS.pot +261 -0
  654. data/lib/wp/wp-content/themes/stump/lang/sv_SE.mo +0 -0
  655. data/lib/wp/wp-content/themes/stump/lang/sv_SE.po +323 -0
  656. data/lib/wp/wp-content/themes/stump/lang/tr_TR.mo +0 -0
  657. data/lib/wp/wp-content/themes/stump/lang/tr_TR.po +405 -0
  658. data/lib/wp/wp-content/themes/stump/lang/vi_VN.mo +0 -0
  659. data/lib/wp/wp-content/themes/stump/lang/vi_VN.po +516 -0
  660. data/lib/wp/wp-content/themes/stump/lang/zh_CN.mo +0 -0
  661. data/lib/wp/wp-content/themes/stump/lang/zh_CN.po +329 -0
  662. data/lib/wp/wp-content/themes/stump/lang/zh_TW.mo +0 -0
  663. data/lib/wp/wp-content/themes/stump/lang/zh_TW.po +261 -0
  664. data/lib/wp/wp-content/themes/stump/lib/activation.php +215 -0
  665. data/lib/wp/wp-content/themes/stump/lib/cleanup.php +261 -0
  666. data/lib/wp/wp-content/themes/stump/lib/comments.php +52 -0
  667. data/lib/wp/wp-content/themes/stump/lib/config.php +79 -0
  668. data/lib/wp/wp-content/themes/stump/lib/custom.php +4 -0
  669. data/lib/wp/wp-content/themes/stump/lib/gallery.php +130 -0
  670. data/lib/wp/wp-content/themes/stump/lib/init.php +25 -0
  671. data/lib/wp/wp-content/themes/stump/lib/nav.php +93 -0
  672. data/lib/wp/wp-content/themes/stump/lib/relative-urls.php +50 -0
  673. data/lib/wp/wp-content/themes/stump/lib/scripts.php +67 -0
  674. data/lib/wp/wp-content/themes/stump/lib/sidebar.php +43 -0
  675. data/lib/wp/wp-content/themes/stump/lib/titles.php +37 -0
  676. data/lib/wp/wp-content/themes/stump/lib/utils.php +14 -0
  677. data/lib/wp/wp-content/themes/stump/lib/widgets.php +133 -0
  678. data/lib/wp/wp-content/themes/stump/lib/wrapper.php +49 -0
  679. data/lib/wp/wp-content/themes/stump/package.json +32 -0
  680. data/lib/wp/wp-content/themes/stump/page.php +2 -0
  681. data/lib/wp/wp-content/themes/stump/screenshot.png +0 -0
  682. data/lib/wp/wp-content/themes/stump/single.php +1 -0
  683. data/lib/wp/wp-content/themes/stump/style.css +11 -0
  684. data/lib/wp/wp-content/themes/stump/template-custom.php +8 -0
  685. data/lib/wp/wp-content/themes/stump/templates/comment.php +14 -0
  686. data/lib/wp/wp-content/themes/stump/templates/comments.php +80 -0
  687. data/lib/wp/wp-content/themes/stump/templates/content-page.php +4 -0
  688. data/lib/wp/wp-content/themes/stump/templates/content-single.php +15 -0
  689. data/lib/wp/wp-content/themes/stump/templates/content.php +9 -0
  690. data/lib/wp/wp-content/themes/stump/templates/entry-meta.php +2 -0
  691. data/lib/wp/wp-content/themes/stump/templates/footer.php +8 -0
  692. data/lib/wp/wp-content/themes/stump/templates/head.php +12 -0
  693. data/lib/wp/wp-content/themes/stump/templates/header-top-navbar.php +21 -0
  694. data/lib/wp/wp-content/themes/stump/templates/header.php +14 -0
  695. data/lib/wp/wp-content/themes/stump/templates/page-header.php +5 -0
  696. data/lib/wp/wp-content/themes/stump/templates/searchform.php +9 -0
  697. data/lib/wp/wp-content/themes/stump/templates/sidebar.php +1 -0
  698. data/lib/wp/wp-content/themes/twentyfourteen/404.php +32 -0
  699. data/lib/wp/wp-content/themes/twentyfourteen/archive.php +74 -0
  700. data/lib/wp/wp-content/themes/twentyfourteen/author.php +74 -0
  701. data/lib/wp/wp-content/themes/twentyfourteen/category.php +58 -0
  702. data/lib/wp/wp-content/themes/twentyfourteen/comments.php +66 -0
  703. data/lib/wp/wp-content/themes/twentyfourteen/content-aside.php +57 -0
  704. data/lib/wp/wp-content/themes/twentyfourteen/content-audio.php +57 -0
  705. data/lib/wp/wp-content/themes/twentyfourteen/content-featured-post.php +34 -0
  706. data/lib/wp/wp-content/themes/twentyfourteen/content-gallery.php +57 -0
  707. data/lib/wp/wp-content/themes/twentyfourteen/content-image.php +57 -0
  708. data/lib/wp/wp-content/themes/twentyfourteen/content-link.php +57 -0
  709. data/lib/wp/wp-content/themes/twentyfourteen/content-none.php +31 -0
  710. data/lib/wp/wp-content/themes/twentyfourteen/content-page.php +31 -0
  711. data/lib/wp/wp-content/themes/twentyfourteen/content-quote.php +57 -0
  712. data/lib/wp/wp-content/themes/twentyfourteen/content-video.php +57 -0
  713. data/lib/wp/wp-content/themes/twentyfourteen/content.php +66 -0
  714. data/lib/wp/wp-content/themes/twentyfourteen/css/editor-style.css +717 -0
  715. data/lib/wp/wp-content/themes/twentyfourteen/css/ie.css +1335 -0
  716. data/lib/wp/wp-content/themes/twentyfourteen/featured-content.php +39 -0
  717. data/lib/wp/wp-content/themes/twentyfourteen/footer.php +28 -0
  718. data/lib/wp/wp-content/themes/twentyfourteen/functions.php +519 -0
  719. data/lib/wp/wp-content/themes/twentyfourteen/genericons/COPYING.txt +9 -0
  720. data/lib/wp/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf +0 -0
  721. data/lib/wp/wp-content/themes/twentyfourteen/genericons/LICENSE.txt +339 -0
  722. data/lib/wp/wp-content/themes/twentyfourteen/genericons/README.txt +123 -0
  723. data/lib/wp/wp-content/themes/twentyfourteen/genericons/example.html +464 -0
  724. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot +0 -0
  725. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg +135 -0
  726. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf +0 -0
  727. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff +0 -0
  728. data/lib/wp/wp-content/themes/twentyfourteen/genericons/genericons.css +197 -0
  729. data/lib/wp/wp-content/themes/twentyfourteen/header.php +65 -0
  730. data/lib/wp/wp-content/themes/twentyfourteen/image.php +79 -0
  731. data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-dark.svg +16 -0
  732. data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-light.svg +6 -0
  733. data/lib/wp/wp-content/themes/twentyfourteen/inc/back-compat.php +63 -0
  734. data/lib/wp/wp-content/themes/twentyfourteen/inc/custom-header.php +147 -0
  735. data/lib/wp/wp-content/themes/twentyfourteen/inc/customizer.php +114 -0
  736. data/lib/wp/wp-content/themes/twentyfourteen/inc/featured-content.php +531 -0
  737. data/lib/wp/wp-content/themes/twentyfourteen/inc/template-tags.php +203 -0
  738. data/lib/wp/wp-content/themes/twentyfourteen/inc/widgets.php +269 -0
  739. data/lib/wp/wp-content/themes/twentyfourteen/index.php +61 -0
  740. data/lib/wp/wp-content/themes/twentyfourteen/js/customizer.js +38 -0
  741. data/lib/wp/wp-content/themes/twentyfourteen/js/featured-content-admin.js +9 -0
  742. data/lib/wp/wp-content/themes/twentyfourteen/js/functions.js +134 -0
  743. data/lib/wp/wp-content/themes/twentyfourteen/js/html5.js +8 -0
  744. data/lib/wp/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js +21 -0
  745. data/lib/wp/wp-content/themes/twentyfourteen/js/slider.js +598 -0
  746. data/lib/wp/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot +467 -0
  747. data/lib/wp/wp-content/themes/twentyfourteen/page-templates/contributors.php +52 -0
  748. data/lib/wp/wp-content/themes/twentyfourteen/page-templates/full-width.php +42 -0
  749. data/lib/wp/wp-content/themes/twentyfourteen/page.php +48 -0
  750. data/lib/wp/wp-content/themes/twentyfourteen/rtl.css +854 -0
  751. data/lib/wp/wp-content/themes/twentyfourteen/screenshot.png +0 -0
  752. data/lib/wp/wp-content/themes/twentyfourteen/search.php +49 -0
  753. data/lib/wp/wp-content/themes/twentyfourteen/sidebar-content.php +16 -0
  754. data/lib/wp/wp-content/themes/twentyfourteen/sidebar-footer.php +19 -0
  755. data/lib/wp/wp-content/themes/twentyfourteen/sidebar.php +29 -0
  756. data/lib/wp/wp-content/themes/twentyfourteen/single.php +40 -0
  757. data/lib/wp/wp-content/themes/twentyfourteen/style.css +4321 -0
  758. data/lib/wp/wp-content/themes/twentyfourteen/tag.php +60 -0
  759. data/lib/wp/wp-content/themes/twentyfourteen/taxonomy-post_format.php +85 -0
  760. data/lib/wp/wp-cron.php +115 -0
  761. data/lib/wp/wp-includes/ID3/getid3.lib.php +1376 -0
  762. data/lib/wp/wp-includes/ID3/getid3.php +1796 -0
  763. data/lib/wp/wp-includes/ID3/license.commercial.txt +27 -0
  764. data/lib/wp/wp-includes/ID3/license.txt +29 -0
  765. data/lib/wp/wp-includes/ID3/module.audio-video.asf.php +2013 -0
  766. data/lib/wp/wp-includes/ID3/module.audio-video.flv.php +745 -0
  767. data/lib/wp/wp-includes/ID3/module.audio-video.matroska.php +1751 -0
  768. data/lib/wp/wp-includes/ID3/module.audio-video.quicktime.php +2246 -0
  769. data/lib/wp/wp-includes/ID3/module.audio-video.riff.php +2586 -0
  770. data/lib/wp/wp-includes/ID3/module.audio.ac3.php +474 -0
  771. data/lib/wp/wp-includes/ID3/module.audio.dts.php +291 -0
  772. data/lib/wp/wp-includes/ID3/module.audio.flac.php +443 -0
  773. data/lib/wp/wp-includes/ID3/module.audio.mp3.php +2012 -0
  774. data/lib/wp/wp-includes/ID3/module.audio.ogg.php +756 -0
  775. data/lib/wp/wp-includes/ID3/module.tag.apetag.php +371 -0
  776. data/lib/wp/wp-includes/ID3/module.tag.id3v1.php +360 -0
  777. data/lib/wp/wp-includes/ID3/module.tag.id3v2.php +3424 -0
  778. data/lib/wp/wp-includes/ID3/module.tag.lyrics3.php +294 -0
  779. data/lib/wp/wp-includes/ID3/readme.txt +604 -0
  780. data/lib/wp/wp-includes/SimplePie/Author.php +157 -0
  781. data/lib/wp/wp-includes/SimplePie/Cache.php +133 -0
  782. data/lib/wp/wp-includes/SimplePie/Cache/Base.php +114 -0
  783. data/lib/wp/wp-includes/SimplePie/Cache/DB.php +137 -0
  784. data/lib/wp/wp-includes/SimplePie/Cache/File.php +173 -0
  785. data/lib/wp/wp-includes/SimplePie/Cache/Memcache.php +183 -0
  786. data/lib/wp/wp-includes/SimplePie/Cache/MySQL.php +438 -0
  787. data/lib/wp/wp-includes/SimplePie/Caption.php +210 -0
  788. data/lib/wp/wp-includes/SimplePie/Category.php +157 -0
  789. data/lib/wp/wp-includes/SimplePie/Content/Type/Sniffer.php +332 -0
  790. data/lib/wp/wp-includes/SimplePie/Copyright.php +130 -0
  791. data/lib/wp/wp-includes/SimplePie/Core.php +57 -0
  792. data/lib/wp/wp-includes/SimplePie/Credit.php +156 -0
  793. data/lib/wp/wp-includes/SimplePie/Decode/HTML/Entities.php +617 -0
  794. data/lib/wp/wp-includes/SimplePie/Enclosure.php +1380 -0
  795. data/lib/wp/wp-includes/SimplePie/Exception.php +52 -0
  796. data/lib/wp/wp-includes/SimplePie/File.php +292 -0
  797. data/lib/wp/wp-includes/SimplePie/HTTP/Parser.php +500 -0
  798. data/lib/wp/wp-includes/SimplePie/IRI.php +1238 -0
  799. data/lib/wp/wp-includes/SimplePie/Item.php +2964 -0
  800. data/lib/wp/wp-includes/SimplePie/Locator.php +372 -0
  801. data/lib/wp/wp-includes/SimplePie/Misc.php +2247 -0
  802. data/lib/wp/wp-includes/SimplePie/Net/IPv6.php +276 -0
  803. data/lib/wp/wp-includes/SimplePie/Parse/Date.php +983 -0
  804. data/lib/wp/wp-includes/SimplePie/Parser.php +407 -0
  805. data/lib/wp/wp-includes/SimplePie/Rating.php +129 -0
  806. data/lib/wp/wp-includes/SimplePie/Registry.php +225 -0
  807. data/lib/wp/wp-includes/SimplePie/Restriction.php +155 -0
  808. data/lib/wp/wp-includes/SimplePie/Sanitize.php +554 -0
  809. data/lib/wp/wp-includes/SimplePie/Source.php +611 -0
  810. data/lib/wp/wp-includes/SimplePie/XML/Declaration/Parser.php +362 -0
  811. data/lib/wp/wp-includes/SimplePie/gzdecode.php +371 -0
  812. data/lib/wp/wp-includes/Text/Diff.php +450 -0
  813. data/lib/wp/wp-includes/Text/Diff/Engine/native.php +436 -0
  814. data/lib/wp/wp-includes/Text/Diff/Engine/shell.php +162 -0
  815. data/lib/wp/wp-includes/Text/Diff/Engine/string.php +248 -0
  816. data/lib/wp/wp-includes/Text/Diff/Engine/xdiff.php +64 -0
  817. data/lib/wp/wp-includes/Text/Diff/Renderer.php +235 -0
  818. data/lib/wp/wp-includes/Text/Diff/Renderer/inline.php +206 -0
  819. data/lib/wp/wp-includes/admin-bar.php +870 -0
  820. data/lib/wp/wp-includes/atomlib.php +352 -0
  821. data/lib/wp/wp-includes/author-template.php +471 -0
  822. data/lib/wp/wp-includes/bookmark-template.php +298 -0
  823. data/lib/wp/wp-includes/bookmark.php +416 -0
  824. data/lib/wp/wp-includes/cache.php +704 -0
  825. data/lib/wp/wp-includes/canonical.php +586 -0
  826. data/lib/wp/wp-includes/capabilities.php +1539 -0
  827. data/lib/wp/wp-includes/category-template.php +1407 -0
  828. data/lib/wp/wp-includes/category.php +343 -0
  829. data/lib/wp/wp-includes/certificates/ca-bundle.crt +3785 -0
  830. data/lib/wp/wp-includes/class-IXR.php +1100 -0
  831. data/lib/wp/wp-includes/class-feed.php +140 -0
  832. data/lib/wp/wp-includes/class-http.php +2245 -0
  833. data/lib/wp/wp-includes/class-json.php +936 -0
  834. data/lib/wp/wp-includes/class-oembed.php +579 -0
  835. data/lib/wp/wp-includes/class-phpass.php +260 -0
  836. data/lib/wp/wp-includes/class-phpmailer.php +3265 -0
  837. data/lib/wp/wp-includes/class-pop3.php +652 -0
  838. data/lib/wp/wp-includes/class-simplepie.php +3119 -0
  839. data/lib/wp/wp-includes/class-smtp.php +943 -0
  840. data/lib/wp/wp-includes/class-snoopy.php +1256 -0
  841. data/lib/wp/wp-includes/class-wp-admin-bar.php +517 -0
  842. data/lib/wp/wp-includes/class-wp-ajax-response.php +199 -0
  843. data/lib/wp/wp-includes/class-wp-customize-control.php +1124 -0
  844. data/lib/wp/wp-includes/class-wp-customize-manager.php +1272 -0
  845. data/lib/wp/wp-includes/class-wp-customize-panel.php +200 -0
  846. data/lib/wp/wp-includes/class-wp-customize-section.php +196 -0
  847. data/lib/wp/wp-includes/class-wp-customize-setting.php +554 -0
  848. data/lib/wp/wp-includes/class-wp-customize-widgets.php +1556 -0
  849. data/lib/wp/wp-includes/class-wp-editor.php +1435 -0
  850. data/lib/wp/wp-includes/class-wp-embed.php +373 -0
  851. data/lib/wp/wp-includes/class-wp-error.php +276 -0
  852. data/lib/wp/wp-includes/class-wp-http-ixr-client.php +97 -0
  853. data/lib/wp/wp-includes/class-wp-image-editor-gd.php +459 -0
  854. data/lib/wp/wp-includes/class-wp-image-editor-imagick.php +512 -0
  855. data/lib/wp/wp-includes/class-wp-image-editor.php +475 -0
  856. data/lib/wp/wp-includes/class-wp-theme.php +1235 -0
  857. data/lib/wp/wp-includes/class-wp-walker.php +471 -0
  858. data/lib/wp/wp-includes/class-wp-xmlrpc-server.php +5984 -0
  859. data/lib/wp/wp-includes/class-wp.php +782 -0
  860. data/lib/wp/wp-includes/class.wp-dependencies.php +509 -0
  861. data/lib/wp/wp-includes/class.wp-scripts.php +247 -0
  862. data/lib/wp/wp-includes/class.wp-styles.php +210 -0
  863. data/lib/wp/wp-includes/comment-template.php +2286 -0
  864. data/lib/wp/wp-includes/comment.php +2606 -0
  865. data/lib/wp/wp-includes/compat.php +125 -0
  866. data/lib/wp/wp-includes/cron.php +469 -0
  867. data/lib/wp/wp-includes/css/admin-bar-rtl.css +1099 -0
  868. data/lib/wp/wp-includes/css/admin-bar-rtl.min.css +1 -0
  869. data/lib/wp/wp-includes/css/admin-bar.css +1099 -0
  870. data/lib/wp/wp-includes/css/admin-bar.min.css +1 -0
  871. data/lib/wp/wp-includes/css/buttons-rtl.css +364 -0
  872. data/lib/wp/wp-includes/css/buttons-rtl.min.css +1 -0
  873. data/lib/wp/wp-includes/css/buttons.css +364 -0
  874. data/lib/wp/wp-includes/css/buttons.min.css +1 -0
  875. data/lib/wp/wp-includes/css/dashicons.css +893 -0
  876. data/lib/wp/wp-includes/css/dashicons.min.css +1 -0
  877. data/lib/wp/wp-includes/css/editor-rtl.css +1993 -0
  878. data/lib/wp/wp-includes/css/editor-rtl.min.css +1 -0
  879. data/lib/wp/wp-includes/css/editor.css +1993 -0
  880. data/lib/wp/wp-includes/css/editor.min.css +1 -0
  881. data/lib/wp/wp-includes/css/jquery-ui-dialog-rtl.css +343 -0
  882. data/lib/wp/wp-includes/css/jquery-ui-dialog-rtl.min.css +19 -0
  883. data/lib/wp/wp-includes/css/jquery-ui-dialog.css +343 -0
  884. data/lib/wp/wp-includes/css/jquery-ui-dialog.min.css +19 -0
  885. data/lib/wp/wp-includes/css/media-views-rtl.css +2568 -0
  886. data/lib/wp/wp-includes/css/media-views-rtl.min.css +1 -0
  887. data/lib/wp/wp-includes/css/media-views.css +2568 -0
  888. data/lib/wp/wp-includes/css/media-views.min.css +1 -0
  889. data/lib/wp/wp-includes/css/wp-auth-check-rtl.css +100 -0
  890. data/lib/wp/wp-includes/css/wp-auth-check-rtl.min.css +1 -0
  891. data/lib/wp/wp-includes/css/wp-auth-check.css +100 -0
  892. data/lib/wp/wp-includes/css/wp-auth-check.min.css +1 -0
  893. data/lib/wp/wp-includes/css/wp-pointer-rtl.css +212 -0
  894. data/lib/wp/wp-includes/css/wp-pointer-rtl.min.css +1 -0
  895. data/lib/wp/wp-includes/css/wp-pointer.css +212 -0
  896. data/lib/wp/wp-includes/css/wp-pointer.min.css +1 -0
  897. data/lib/wp/wp-includes/date.php +475 -0
  898. data/lib/wp/wp-includes/default-constants.php +323 -0
  899. data/lib/wp/wp-includes/default-filters.php +307 -0
  900. data/lib/wp/wp-includes/default-widgets.php +1423 -0
  901. data/lib/wp/wp-includes/deprecated.php +3501 -0
  902. data/lib/wp/wp-includes/feed-atom-comments.php +115 -0
  903. data/lib/wp/wp-includes/feed-atom.php +87 -0
  904. data/lib/wp/wp-includes/feed-rdf.php +81 -0
  905. data/lib/wp/wp-includes/feed-rss.php +46 -0
  906. data/lib/wp/wp-includes/feed-rss2-comments.php +97 -0
  907. data/lib/wp/wp-includes/feed-rss2.php +115 -0
  908. data/lib/wp/wp-includes/feed.php +659 -0
  909. data/lib/wp/wp-includes/fonts/dashicons.eot +0 -0
  910. data/lib/wp/wp-includes/fonts/dashicons.svg +250 -0
  911. data/lib/wp/wp-includes/fonts/dashicons.ttf +0 -0
  912. data/lib/wp/wp-includes/fonts/dashicons.woff +0 -0
  913. data/lib/wp/wp-includes/formatting.php +4006 -0
  914. data/lib/wp/wp-includes/functions.php +4631 -0
  915. data/lib/wp/wp-includes/functions.wp-scripts.php +258 -0
  916. data/lib/wp/wp-includes/functions.wp-styles.php +245 -0
  917. data/lib/wp/wp-includes/general-template.php +2982 -0
  918. data/lib/wp/wp-includes/http.php +551 -0
  919. data/lib/wp/wp-includes/images/admin-bar-sprite-2x.png +0 -0
  920. data/lib/wp/wp-includes/images/admin-bar-sprite.png +0 -0
  921. data/lib/wp/wp-includes/images/arrow-pointer-blue-2x.png +0 -0
  922. data/lib/wp/wp-includes/images/arrow-pointer-blue.png +0 -0
  923. data/lib/wp/wp-includes/images/blank.gif +0 -0
  924. data/lib/wp/wp-includes/images/crystal/archive.png +0 -0
  925. data/lib/wp/wp-includes/images/crystal/audio.png +0 -0
  926. data/lib/wp/wp-includes/images/crystal/code.png +0 -0
  927. data/lib/wp/wp-includes/images/crystal/default.png +0 -0
  928. data/lib/wp/wp-includes/images/crystal/document.png +0 -0
  929. data/lib/wp/wp-includes/images/crystal/interactive.png +0 -0
  930. data/lib/wp/wp-includes/images/crystal/license.txt +9 -0
  931. data/lib/wp/wp-includes/images/crystal/spreadsheet.png +0 -0
  932. data/lib/wp/wp-includes/images/crystal/text.png +0 -0
  933. data/lib/wp/wp-includes/images/crystal/video.png +0 -0
  934. data/lib/wp/wp-includes/images/down_arrow-2x.gif +0 -0
  935. data/lib/wp/wp-includes/images/down_arrow.gif +0 -0
  936. data/lib/wp/wp-includes/images/icon-pointer-flag-2x.png +0 -0
  937. data/lib/wp/wp-includes/images/icon-pointer-flag.png +0 -0
  938. data/lib/wp/wp-includes/images/media/archive.png +0 -0
  939. data/lib/wp/wp-includes/images/media/audio.png +0 -0
  940. data/lib/wp/wp-includes/images/media/code.png +0 -0
  941. data/lib/wp/wp-includes/images/media/default.png +0 -0
  942. data/lib/wp/wp-includes/images/media/document.png +0 -0
  943. data/lib/wp/wp-includes/images/media/interactive.png +0 -0
  944. data/lib/wp/wp-includes/images/media/spreadsheet.png +0 -0
  945. data/lib/wp/wp-includes/images/media/text.png +0 -0
  946. data/lib/wp/wp-includes/images/media/video.png +0 -0
  947. data/lib/wp/wp-includes/images/rss-2x.png +0 -0
  948. data/lib/wp/wp-includes/images/rss.png +0 -0
  949. data/lib/wp/wp-includes/images/smilies/icon_arrow.gif +0 -0
  950. data/lib/wp/wp-includes/images/smilies/icon_biggrin.gif +0 -0
  951. data/lib/wp/wp-includes/images/smilies/icon_confused.gif +0 -0
  952. data/lib/wp/wp-includes/images/smilies/icon_cool.gif +0 -0
  953. data/lib/wp/wp-includes/images/smilies/icon_cry.gif +0 -0
  954. data/lib/wp/wp-includes/images/smilies/icon_eek.gif +0 -0
  955. data/lib/wp/wp-includes/images/smilies/icon_evil.gif +0 -0
  956. data/lib/wp/wp-includes/images/smilies/icon_exclaim.gif +0 -0
  957. data/lib/wp/wp-includes/images/smilies/icon_idea.gif +0 -0
  958. data/lib/wp/wp-includes/images/smilies/icon_lol.gif +0 -0
  959. data/lib/wp/wp-includes/images/smilies/icon_mad.gif +0 -0
  960. data/lib/wp/wp-includes/images/smilies/icon_mrgreen.gif +0 -0
  961. data/lib/wp/wp-includes/images/smilies/icon_neutral.gif +0 -0
  962. data/lib/wp/wp-includes/images/smilies/icon_question.gif +0 -0
  963. data/lib/wp/wp-includes/images/smilies/icon_razz.gif +0 -0
  964. data/lib/wp/wp-includes/images/smilies/icon_redface.gif +0 -0
  965. data/lib/wp/wp-includes/images/smilies/icon_rolleyes.gif +0 -0
  966. data/lib/wp/wp-includes/images/smilies/icon_sad.gif +0 -0
  967. data/lib/wp/wp-includes/images/smilies/icon_smile.gif +0 -0
  968. data/lib/wp/wp-includes/images/smilies/icon_surprised.gif +0 -0
  969. data/lib/wp/wp-includes/images/smilies/icon_twisted.gif +0 -0
  970. data/lib/wp/wp-includes/images/smilies/icon_wink.gif +0 -0
  971. data/lib/wp/wp-includes/images/spinner-2x.gif +0 -0
  972. data/lib/wp/wp-includes/images/spinner.gif +0 -0
  973. data/lib/wp/wp-includes/images/toggle-arrow-2x.png +0 -0
  974. data/lib/wp/wp-includes/images/toggle-arrow.png +0 -0
  975. data/lib/wp/wp-includes/images/uploader-icons-2x.png +0 -0
  976. data/lib/wp/wp-includes/images/uploader-icons.png +0 -0
  977. data/lib/wp/wp-includes/images/wlw/wp-comments.png +0 -0
  978. data/lib/wp/wp-includes/images/wlw/wp-icon.png +0 -0
  979. data/lib/wp/wp-includes/images/wlw/wp-watermark.png +0 -0
  980. data/lib/wp/wp-includes/images/wpicons-2x.png +0 -0
  981. data/lib/wp/wp-includes/images/wpicons.png +0 -0
  982. data/lib/wp/wp-includes/images/wpspin-2x.gif +0 -0
  983. data/lib/wp/wp-includes/images/wpspin.gif +0 -0
  984. data/lib/wp/wp-includes/images/xit-2x.gif +0 -0
  985. data/lib/wp/wp-includes/images/xit.gif +0 -0
  986. data/lib/wp/wp-includes/js/admin-bar.js +365 -0
  987. data/lib/wp/wp-includes/js/admin-bar.min.js +1 -0
  988. data/lib/wp/wp-includes/js/autosave.js +589 -0
  989. data/lib/wp/wp-includes/js/autosave.min.js +1 -0
  990. data/lib/wp/wp-includes/js/backbone.min.js +1 -0
  991. data/lib/wp/wp-includes/js/colorpicker.js +707 -0
  992. data/lib/wp/wp-includes/js/colorpicker.min.js +1 -0
  993. data/lib/wp/wp-includes/js/comment-reply.js +47 -0
  994. data/lib/wp/wp-includes/js/comment-reply.min.js +1 -0
  995. data/lib/wp/wp-includes/js/crop/cropper.css +165 -0
  996. data/lib/wp/wp-includes/js/crop/cropper.js +516 -0
  997. data/lib/wp/wp-includes/js/crop/marqueeHoriz.gif +0 -0
  998. data/lib/wp/wp-includes/js/crop/marqueeVert.gif +0 -0
  999. data/lib/wp/wp-includes/js/customize-base.js +617 -0
  1000. data/lib/wp/wp-includes/js/customize-base.min.js +1 -0
  1001. data/lib/wp/wp-includes/js/customize-loader.js +246 -0
  1002. data/lib/wp/wp-includes/js/customize-loader.min.js +1 -0
  1003. data/lib/wp/wp-includes/js/customize-models.js +247 -0
  1004. data/lib/wp/wp-includes/js/customize-models.min.js +1 -0
  1005. data/lib/wp/wp-includes/js/customize-preview-widgets.js +129 -0
  1006. data/lib/wp/wp-includes/js/customize-preview-widgets.min.js +1 -0
  1007. data/lib/wp/wp-includes/js/customize-preview.js +154 -0
  1008. data/lib/wp/wp-includes/js/customize-preview.min.js +1 -0
  1009. data/lib/wp/wp-includes/js/customize-views.js +231 -0
  1010. data/lib/wp/wp-includes/js/customize-views.min.js +1 -0
  1011. data/lib/wp/wp-includes/js/heartbeat.js +738 -0
  1012. data/lib/wp/wp-includes/js/heartbeat.min.js +1 -0
  1013. data/lib/wp/wp-includes/js/hoverIntent.js +115 -0
  1014. data/lib/wp/wp-includes/js/hoverIntent.min.js +1 -0
  1015. data/lib/wp/wp-includes/js/imgareaselect/border-anim-h.gif +0 -0
  1016. data/lib/wp/wp-includes/js/imgareaselect/border-anim-v.gif +0 -0
  1017. data/lib/wp/wp-includes/js/imgareaselect/imgareaselect.css +41 -0
  1018. data/lib/wp/wp-includes/js/imgareaselect/jquery.imgareaselect.js +1205 -0
  1019. data/lib/wp/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js +1 -0
  1020. data/lib/wp/wp-includes/js/jcrop/Jcrop.gif +0 -0
  1021. data/lib/wp/wp-includes/js/jcrop/jquery.Jcrop.min.css +29 -0
  1022. data/lib/wp/wp-includes/js/jcrop/jquery.Jcrop.min.js +22 -0
  1023. data/lib/wp/wp-includes/js/jquery/jquery-migrate.js +521 -0
  1024. data/lib/wp/wp-includes/js/jquery/jquery-migrate.min.js +2 -0
  1025. data/lib/wp/wp-includes/js/jquery/jquery.color.min.js +2 -0
  1026. data/lib/wp/wp-includes/js/jquery/jquery.form.js +1193 -0
  1027. data/lib/wp/wp-includes/js/jquery/jquery.form.min.js +11 -0
  1028. data/lib/wp/wp-includes/js/jquery/jquery.hotkeys.js +134 -0
  1029. data/lib/wp/wp-includes/js/jquery/jquery.hotkeys.min.js +1 -0
  1030. data/lib/wp/wp-includes/js/jquery/jquery.js +5 -0
  1031. data/lib/wp/wp-includes/js/jquery/jquery.masonry.min.js +11 -0
  1032. data/lib/wp/wp-includes/js/jquery/jquery.query.js +11 -0
  1033. data/lib/wp/wp-includes/js/jquery/jquery.schedule.js +36 -0
  1034. data/lib/wp/wp-includes/js/jquery/jquery.serialize-object.js +31 -0
  1035. data/lib/wp/wp-includes/js/jquery/jquery.table-hotkeys.js +99 -0
  1036. data/lib/wp/wp-includes/js/jquery/jquery.table-hotkeys.min.js +1 -0
  1037. data/lib/wp/wp-includes/js/jquery/jquery.ui.touch-punch.js +11 -0
  1038. data/lib/wp/wp-includes/js/jquery/suggest.js +316 -0
  1039. data/lib/wp/wp-includes/js/jquery/suggest.min.js +1 -0
  1040. data/lib/wp/wp-includes/js/jquery/ui/accordion.min.js +11 -0
  1041. data/lib/wp/wp-includes/js/jquery/ui/autocomplete.min.js +11 -0
  1042. data/lib/wp/wp-includes/js/jquery/ui/button.min.js +11 -0
  1043. data/lib/wp/wp-includes/js/jquery/ui/core.min.js +11 -0
  1044. data/lib/wp/wp-includes/js/jquery/ui/datepicker.min.js +12 -0
  1045. data/lib/wp/wp-includes/js/jquery/ui/dialog.min.js +11 -0
  1046. data/lib/wp/wp-includes/js/jquery/ui/draggable.min.js +11 -0
  1047. data/lib/wp/wp-includes/js/jquery/ui/droppable.min.js +11 -0
  1048. data/lib/wp/wp-includes/js/jquery/ui/effect-blind.min.js +11 -0
  1049. data/lib/wp/wp-includes/js/jquery/ui/effect-bounce.min.js +11 -0
  1050. data/lib/wp/wp-includes/js/jquery/ui/effect-clip.min.js +11 -0
  1051. data/lib/wp/wp-includes/js/jquery/ui/effect-drop.min.js +11 -0
  1052. data/lib/wp/wp-includes/js/jquery/ui/effect-explode.min.js +11 -0
  1053. data/lib/wp/wp-includes/js/jquery/ui/effect-fade.min.js +11 -0
  1054. data/lib/wp/wp-includes/js/jquery/ui/effect-fold.min.js +11 -0
  1055. data/lib/wp/wp-includes/js/jquery/ui/effect-highlight.min.js +11 -0
  1056. data/lib/wp/wp-includes/js/jquery/ui/effect-puff.min.js +11 -0
  1057. data/lib/wp/wp-includes/js/jquery/ui/effect-pulsate.min.js +11 -0
  1058. data/lib/wp/wp-includes/js/jquery/ui/effect-scale.min.js +11 -0
  1059. data/lib/wp/wp-includes/js/jquery/ui/effect-shake.min.js +11 -0
  1060. data/lib/wp/wp-includes/js/jquery/ui/effect-size.min.js +11 -0
  1061. data/lib/wp/wp-includes/js/jquery/ui/effect-slide.min.js +11 -0
  1062. data/lib/wp/wp-includes/js/jquery/ui/effect-transfer.min.js +11 -0
  1063. data/lib/wp/wp-includes/js/jquery/ui/effect.min.js +21 -0
  1064. data/lib/wp/wp-includes/js/jquery/ui/menu.min.js +11 -0
  1065. data/lib/wp/wp-includes/js/jquery/ui/mouse.min.js +11 -0
  1066. data/lib/wp/wp-includes/js/jquery/ui/position.min.js +11 -0
  1067. data/lib/wp/wp-includes/js/jquery/ui/progressbar.min.js +11 -0
  1068. data/lib/wp/wp-includes/js/jquery/ui/resizable.min.js +11 -0
  1069. data/lib/wp/wp-includes/js/jquery/ui/selectable.min.js +11 -0
  1070. data/lib/wp/wp-includes/js/jquery/ui/selectmenu.min.js +11 -0
  1071. data/lib/wp/wp-includes/js/jquery/ui/slider.min.js +11 -0
  1072. data/lib/wp/wp-includes/js/jquery/ui/sortable.min.js +11 -0
  1073. data/lib/wp/wp-includes/js/jquery/ui/spinner.min.js +11 -0
  1074. data/lib/wp/wp-includes/js/jquery/ui/tabs.min.js +11 -0
  1075. data/lib/wp/wp-includes/js/jquery/ui/tooltip.min.js +11 -0
  1076. data/lib/wp/wp-includes/js/jquery/ui/widget.min.js +11 -0
  1077. data/lib/wp/wp-includes/js/json2.js +480 -0
  1078. data/lib/wp/wp-includes/js/json2.min.js +1 -0
  1079. data/lib/wp/wp-includes/js/masonry.min.js +1 -0
  1080. data/lib/wp/wp-includes/js/mce-view.js +829 -0
  1081. data/lib/wp/wp-includes/js/mce-view.min.js +1 -0
  1082. data/lib/wp/wp-includes/js/media-audiovideo.js +831 -0
  1083. data/lib/wp/wp-includes/js/media-audiovideo.min.js +1 -0
  1084. data/lib/wp/wp-includes/js/media-editor.js +1114 -0
  1085. data/lib/wp/wp-includes/js/media-editor.min.js +1 -0
  1086. data/lib/wp/wp-includes/js/media-grid.js +732 -0
  1087. data/lib/wp/wp-includes/js/media-grid.min.js +1 -0
  1088. data/lib/wp/wp-includes/js/media-models.js +1362 -0
  1089. data/lib/wp/wp-includes/js/media-models.min.js +1 -0
  1090. data/lib/wp/wp-includes/js/media-views.js +7484 -0
  1091. data/lib/wp/wp-includes/js/media-views.min.js +3 -0
  1092. data/lib/wp/wp-includes/js/mediaelement/background.png +0 -0
  1093. data/lib/wp/wp-includes/js/mediaelement/bigplay.png +0 -0
  1094. data/lib/wp/wp-includes/js/mediaelement/bigplay.svg +1 -0
  1095. data/lib/wp/wp-includes/js/mediaelement/controls.png +0 -0
  1096. data/lib/wp/wp-includes/js/mediaelement/controls.svg +1 -0
  1097. data/lib/wp/wp-includes/js/mediaelement/flashmediaelement.swf +0 -0
  1098. data/lib/wp/wp-includes/js/mediaelement/loading.gif +0 -0
  1099. data/lib/wp/wp-includes/js/mediaelement/mediaelement-and-player.min.js +181 -0
  1100. data/lib/wp/wp-includes/js/mediaelement/mediaelementplayer.min.css +1 -0
  1101. data/lib/wp/wp-includes/js/mediaelement/silverlightmediaelement.xap +0 -0
  1102. data/lib/wp/wp-includes/js/mediaelement/wp-mediaelement.css +274 -0
  1103. data/lib/wp/wp-includes/js/mediaelement/wp-mediaelement.js +34 -0
  1104. data/lib/wp/wp-includes/js/mediaelement/wp-playlist.js +175 -0
  1105. data/lib/wp/wp-includes/js/plupload/handlers.js +488 -0
  1106. data/lib/wp/wp-includes/js/plupload/handlers.min.js +1 -0
  1107. data/lib/wp/wp-includes/js/plupload/license.txt +339 -0
  1108. data/lib/wp/wp-includes/js/plupload/plupload.flash.swf +0 -0
  1109. data/lib/wp/wp-includes/js/plupload/plupload.full.min.js +28 -0
  1110. data/lib/wp/wp-includes/js/plupload/plupload.silverlight.xap +0 -0
  1111. data/lib/wp/wp-includes/js/plupload/wp-plupload.js +376 -0
  1112. data/lib/wp/wp-includes/js/plupload/wp-plupload.min.js +1 -0
  1113. data/lib/wp/wp-includes/js/quicktags.js +652 -0
  1114. data/lib/wp/wp-includes/js/quicktags.min.js +1 -0
  1115. data/lib/wp/wp-includes/js/shortcode.js +356 -0
  1116. data/lib/wp/wp-includes/js/shortcode.min.js +1 -0
  1117. data/lib/wp/wp-includes/js/swfobject.js +4 -0
  1118. data/lib/wp/wp-includes/js/swfupload/handlers.js +376 -0
  1119. data/lib/wp/wp-includes/js/swfupload/handlers.min.js +1 -0
  1120. data/lib/wp/wp-includes/js/swfupload/license.txt +32 -0
  1121. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.cookies.js +53 -0
  1122. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.queue.js +98 -0
  1123. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.speed.js +342 -0
  1124. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.swfobject.js +105 -0
  1125. data/lib/wp/wp-includes/js/swfupload/swfupload.js +980 -0
  1126. data/lib/wp/wp-includes/js/swfupload/swfupload.swf +0 -0
  1127. data/lib/wp/wp-includes/js/thickbox/loadingAnimation.gif +0 -0
  1128. data/lib/wp/wp-includes/js/thickbox/macFFBgHack.png +0 -0
  1129. data/lib/wp/wp-includes/js/thickbox/thickbox.css +138 -0
  1130. data/lib/wp/wp-includes/js/thickbox/thickbox.js +314 -0
  1131. data/lib/wp/wp-includes/js/tinymce/langs/wp-langs-en.js +519 -0
  1132. data/lib/wp/wp-includes/js/tinymce/license.txt +504 -0
  1133. data/lib/wp/wp-includes/js/tinymce/plugins/charmap/plugin.js +370 -0
  1134. data/lib/wp/wp-includes/js/tinymce/plugins/charmap/plugin.min.js +1 -0
  1135. data/lib/wp/wp-includes/js/tinymce/plugins/colorpicker/plugin.js +112 -0
  1136. data/lib/wp/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
  1137. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css +212 -0
  1138. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/plugin.js +304 -0
  1139. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
  1140. data/lib/wp/wp-includes/js/tinymce/plugins/directionality/plugin.js +64 -0
  1141. data/lib/wp/wp-includes/js/tinymce/plugins/directionality/plugin.min.js +1 -0
  1142. data/lib/wp/wp-includes/js/tinymce/plugins/fullscreen/plugin.js +136 -0
  1143. data/lib/wp/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
  1144. data/lib/wp/wp-includes/js/tinymce/plugins/hr/plugin.js +30 -0
  1145. data/lib/wp/wp-includes/js/tinymce/plugins/hr/plugin.min.js +1 -0
  1146. data/lib/wp/wp-includes/js/tinymce/plugins/image/plugin.js +450 -0
  1147. data/lib/wp/wp-includes/js/tinymce/plugins/image/plugin.min.js +1 -0
  1148. data/lib/wp/wp-includes/js/tinymce/plugins/lists/plugin.js +786 -0
  1149. data/lib/wp/wp-includes/js/tinymce/plugins/lists/plugin.min.js +1 -0
  1150. data/lib/wp/wp-includes/js/tinymce/plugins/media/moxieplayer.swf +0 -0
  1151. data/lib/wp/wp-includes/js/tinymce/plugins/media/plugin.js +774 -0
  1152. data/lib/wp/wp-includes/js/tinymce/plugins/media/plugin.min.js +1 -0
  1153. data/lib/wp/wp-includes/js/tinymce/plugins/paste/plugin.js +1553 -0
  1154. data/lib/wp/wp-includes/js/tinymce/plugins/paste/plugin.min.js +1 -0
  1155. data/lib/wp/wp-includes/js/tinymce/plugins/tabfocus/plugin.js +125 -0
  1156. data/lib/wp/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
  1157. data/lib/wp/wp-includes/js/tinymce/plugins/textcolor/plugin.js +272 -0
  1158. data/lib/wp/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
  1159. data/lib/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.js +513 -0
  1160. data/lib/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js +1 -0
  1161. data/lib/wp/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js +207 -0
  1162. data/lib/wp/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js +1 -0
  1163. data/lib/wp/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js +92 -0
  1164. data/lib/wp/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js +1 -0
  1165. data/lib/wp/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js +1035 -0
  1166. data/lib/wp/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js +1 -0
  1167. data/lib/wp/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js +78 -0
  1168. data/lib/wp/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js +1 -0
  1169. data/lib/wp/wp-includes/js/tinymce/plugins/wpgallery/plugin.js +130 -0
  1170. data/lib/wp/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js +1 -0
  1171. data/lib/wp/wp-includes/js/tinymce/plugins/wplink/plugin.js +63 -0
  1172. data/lib/wp/wp-includes/js/tinymce/plugins/wplink/plugin.min.js +1 -0
  1173. data/lib/wp/wp-includes/js/tinymce/plugins/wpview/plugin.js +694 -0
  1174. data/lib/wp/wp-includes/js/tinymce/plugins/wpview/plugin.min.js +1 -0
  1175. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
  1176. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/content.min.css +1 -0
  1177. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
  1178. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  1179. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +62 -0
  1180. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  1181. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  1182. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  1183. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg +63 -0
  1184. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  1185. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  1186. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
  1187. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/loader.gif +0 -0
  1188. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/object.gif +0 -0
  1189. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/trans.gif +0 -0
  1190. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  1191. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/skin.min.css +1 -0
  1192. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/audio.png +0 -0
  1193. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png +0 -0
  1194. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no-alt.png +0 -0
  1195. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/embedded.png +0 -0
  1196. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png +0 -0
  1197. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/gallery.png +0 -0
  1198. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png +0 -0
  1199. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/more.png +0 -0
  1200. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png +0 -0
  1201. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png +0 -0
  1202. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png +0 -0
  1203. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png +0 -0
  1204. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/video.png +0 -0
  1205. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/wp-content.css +618 -0
  1206. data/lib/wp/wp-includes/js/tinymce/themes/modern/theme.js +617 -0
  1207. data/lib/wp/wp-includes/js/tinymce/themes/modern/theme.min.js +1 -0
  1208. data/lib/wp/wp-includes/js/tinymce/tiny_mce_popup.js +539 -0
  1209. data/lib/wp/wp-includes/js/tinymce/tinymce.min.js +11 -0
  1210. data/lib/wp/wp-includes/js/tinymce/utils/editable_selects.js +70 -0
  1211. data/lib/wp/wp-includes/js/tinymce/utils/form_utils.js +210 -0
  1212. data/lib/wp/wp-includes/js/tinymce/utils/mctabs.js +164 -0
  1213. data/lib/wp/wp-includes/js/tinymce/utils/validate.js +252 -0
  1214. data/lib/wp/wp-includes/js/tinymce/wp-mce-help.php +145 -0
  1215. data/lib/wp/wp-includes/js/tinymce/wp-tinymce.js.gz +0 -0
  1216. data/lib/wp/wp-includes/js/tinymce/wp-tinymce.php +39 -0
  1217. data/lib/wp/wp-includes/js/tw-sack.js +193 -0
  1218. data/lib/wp/wp-includes/js/tw-sack.min.js +1 -0
  1219. data/lib/wp/wp-includes/js/underscore.min.js +1 -0
  1220. data/lib/wp/wp-includes/js/utils.js +197 -0
  1221. data/lib/wp/wp-includes/js/utils.min.js +1 -0
  1222. data/lib/wp/wp-includes/js/wp-ajax-response.js +64 -0
  1223. data/lib/wp/wp-includes/js/wp-ajax-response.min.js +1 -0
  1224. data/lib/wp/wp-includes/js/wp-auth-check.js +112 -0
  1225. data/lib/wp/wp-includes/js/wp-auth-check.min.js +1 -0
  1226. data/lib/wp/wp-includes/js/wp-backbone.js +386 -0
  1227. data/lib/wp/wp-includes/js/wp-backbone.min.js +1 -0
  1228. data/lib/wp/wp-includes/js/wp-list-revisions.js +24 -0
  1229. data/lib/wp/wp-includes/js/wp-list-revisions.min.js +1 -0
  1230. data/lib/wp/wp-includes/js/wp-lists.js +469 -0
  1231. data/lib/wp/wp-includes/js/wp-lists.min.js +1 -0
  1232. data/lib/wp/wp-includes/js/wp-pointer.js +282 -0
  1233. data/lib/wp/wp-includes/js/wp-pointer.min.js +1 -0
  1234. data/lib/wp/wp-includes/js/wp-util.js +106 -0
  1235. data/lib/wp/wp-includes/js/wp-util.min.js +1 -0
  1236. data/lib/wp/wp-includes/js/wpdialog.js +19 -0
  1237. data/lib/wp/wp-includes/js/wpdialog.min.js +1 -0
  1238. data/lib/wp/wp-includes/js/wplink.js +615 -0
  1239. data/lib/wp/wp-includes/js/wplink.min.js +1 -0
  1240. data/lib/wp/wp-includes/js/zxcvbn-async.js +18 -0
  1241. data/lib/wp/wp-includes/js/zxcvbn-async.min.js +1 -0
  1242. data/lib/wp/wp-includes/js/zxcvbn.min.js +47 -0
  1243. data/lib/wp/wp-includes/kses.php +1526 -0
  1244. data/lib/wp/wp-includes/l10n.php +908 -0
  1245. data/lib/wp/wp-includes/link-template.php +3141 -0
  1246. data/lib/wp/wp-includes/load.php +828 -0
  1247. data/lib/wp/wp-includes/locale.php +368 -0
  1248. data/lib/wp/wp-includes/media-template.php +1235 -0
  1249. data/lib/wp/wp-includes/media.php +3329 -0
  1250. data/lib/wp/wp-includes/meta.php +1221 -0
  1251. data/lib/wp/wp-includes/ms-blogs.php +939 -0
  1252. data/lib/wp/wp-includes/ms-default-constants.php +153 -0
  1253. data/lib/wp/wp-includes/ms-default-filters.php +82 -0
  1254. data/lib/wp/wp-includes/ms-deprecated.php +347 -0
  1255. data/lib/wp/wp-includes/ms-files.php +82 -0
  1256. data/lib/wp/wp-includes/ms-functions.php +2476 -0
  1257. data/lib/wp/wp-includes/ms-load.php +458 -0
  1258. data/lib/wp/wp-includes/ms-settings.php +213 -0
  1259. data/lib/wp/wp-includes/nav-menu-template.php +678 -0
  1260. data/lib/wp/wp-includes/nav-menu.php +895 -0
  1261. data/lib/wp/wp-includes/option.php +1440 -0
  1262. data/lib/wp/wp-includes/pluggable-deprecated.php +192 -0
  1263. data/lib/wp/wp-includes/pluggable.php +2283 -0
  1264. data/lib/wp/wp-includes/plugin.php +920 -0
  1265. data/lib/wp/wp-includes/pomo/entry.php +78 -0
  1266. data/lib/wp/wp-includes/pomo/mo.php +262 -0
  1267. data/lib/wp/wp-includes/pomo/po.php +384 -0
  1268. data/lib/wp/wp-includes/pomo/streams.php +209 -0
  1269. data/lib/wp/wp-includes/pomo/translations.php +275 -0
  1270. data/lib/wp/wp-includes/post-formats.php +243 -0
  1271. data/lib/wp/wp-includes/post-template.php +1766 -0
  1272. data/lib/wp/wp-includes/post-thumbnail-template.php +142 -0
  1273. data/lib/wp/wp-includes/post.php +5842 -0
  1274. data/lib/wp/wp-includes/query.php +4666 -0
  1275. data/lib/wp/wp-includes/registration-functions.php +7 -0
  1276. data/lib/wp/wp-includes/registration.php +7 -0
  1277. data/lib/wp/wp-includes/revision.php +657 -0
  1278. data/lib/wp/wp-includes/rewrite.php +2180 -0
  1279. data/lib/wp/wp-includes/rss-functions.php +9 -0
  1280. data/lib/wp/wp-includes/rss.php +936 -0
  1281. data/lib/wp/wp-includes/script-loader.php +1045 -0
  1282. data/lib/wp/wp-includes/session.php +430 -0
  1283. data/lib/wp/wp-includes/shortcodes.php +410 -0
  1284. data/lib/wp/wp-includes/taxonomy.php +4006 -0
  1285. data/lib/wp/wp-includes/template-loader.php +76 -0
  1286. data/lib/wp/wp-includes/template.php +505 -0
  1287. data/lib/wp/wp-includes/theme-compat/comments-popup.php +128 -0
  1288. data/lib/wp/wp-includes/theme-compat/comments.php +101 -0
  1289. data/lib/wp/wp-includes/theme-compat/footer.php +30 -0
  1290. data/lib/wp/wp-includes/theme-compat/header.php +49 -0
  1291. data/lib/wp/wp-includes/theme-compat/sidebar.php +83 -0
  1292. data/lib/wp/wp-includes/theme.php +2014 -0
  1293. data/lib/wp/wp-includes/update.php +674 -0
  1294. data/lib/wp/wp-includes/user.php +2292 -0
  1295. data/lib/wp/wp-includes/vars.php +144 -0
  1296. data/lib/wp/wp-includes/version.php +35 -0
  1297. data/lib/wp/wp-includes/widgets.php +1514 -0
  1298. data/lib/wp/wp-includes/wlwmanifest.xml +43 -0
  1299. data/lib/wp/wp-includes/wp-db.php +2190 -0
  1300. data/lib/wp/wp-includes/wp-diff.php +523 -0
  1301. data/lib/wp/wp-links-opml.php +80 -0
  1302. data/lib/wp/wp-load.php +73 -0
  1303. data/lib/wp/wp-login.php +952 -0
  1304. data/lib/wp/wp-mail.php +260 -0
  1305. data/lib/wp/wp-settings.php +374 -0
  1306. data/lib/wp/wp-signup.php +749 -0
  1307. data/lib/wp/wp-trackback.php +127 -0
  1308. data/lib/wp/xmlrpc.php +101 -0
  1309. data/stump-cli.gemspec +26 -0
  1310. metadata +1332 -4
@@ -0,0 +1,243 @@
1
+ <?php
2
+ /**
3
+ * Post format functions.
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Post
7
+ */
8
+
9
+ /**
10
+ * Retrieve the format slug for a post
11
+ *
12
+ * @since 3.1.0
13
+ *
14
+ * @param int|object $post Post ID or post object. Optional, default is the current post from the loop.
15
+ * @return mixed The format if successful. False otherwise.
16
+ */
17
+ function get_post_format( $post = null ) {
18
+ if ( ! $post = get_post( $post ) )
19
+ return false;
20
+
21
+ if ( ! post_type_supports( $post->post_type, 'post-formats' ) )
22
+ return false;
23
+
24
+ $_format = get_the_terms( $post->ID, 'post_format' );
25
+
26
+ if ( empty( $_format ) )
27
+ return false;
28
+
29
+ $format = array_shift( $_format );
30
+
31
+ return str_replace('post-format-', '', $format->slug );
32
+ }
33
+
34
+ /**
35
+ * Check if a post has any of the given formats, or any format.
36
+ *
37
+ * @since 3.1.0
38
+ *
39
+ * @uses has_term()
40
+ *
41
+ * @param string|array $format Optional. The format or formats to check.
42
+ * @param object|int $post Optional. The post to check. If not supplied, defaults to the current post if used in the loop.
43
+ * @return bool True if the post has any of the given formats (or any format, if no format specified), false otherwise.
44
+ */
45
+ function has_post_format( $format = array(), $post = null ) {
46
+ $prefixed = array();
47
+
48
+ if ( $format ) {
49
+ foreach ( (array) $format as $single ) {
50
+ $prefixed[] = 'post-format-' . sanitize_key( $single );
51
+ }
52
+ }
53
+
54
+ return has_term( $prefixed, 'post_format', $post );
55
+ }
56
+
57
+ /**
58
+ * Assign a format to a post
59
+ *
60
+ * @since 3.1.0
61
+ *
62
+ * @param int|object $post The post for which to assign a format.
63
+ * @param string $format A format to assign. Use an empty string or array to remove all formats from the post.
64
+ * @return mixed WP_Error on error. Array of affected term IDs on success.
65
+ */
66
+ function set_post_format( $post, $format ) {
67
+ $post = get_post( $post );
68
+
69
+ if ( empty( $post ) )
70
+ return new WP_Error( 'invalid_post', __( 'Invalid post' ) );
71
+
72
+ if ( ! empty( $format ) ) {
73
+ $format = sanitize_key( $format );
74
+ if ( 'standard' === $format || ! in_array( $format, get_post_format_slugs() ) )
75
+ $format = '';
76
+ else
77
+ $format = 'post-format-' . $format;
78
+ }
79
+
80
+ return wp_set_post_terms( $post->ID, $format, 'post_format' );
81
+ }
82
+
83
+ /**
84
+ * Returns an array of post format slugs to their translated and pretty display versions
85
+ *
86
+ * @since 3.1.0
87
+ *
88
+ * @return array The array of translated post format names.
89
+ */
90
+ function get_post_format_strings() {
91
+ $strings = array(
92
+ 'standard' => _x( 'Standard', 'Post format' ), // Special case. any value that evals to false will be considered standard
93
+ 'aside' => _x( 'Aside', 'Post format' ),
94
+ 'chat' => _x( 'Chat', 'Post format' ),
95
+ 'gallery' => _x( 'Gallery', 'Post format' ),
96
+ 'link' => _x( 'Link', 'Post format' ),
97
+ 'image' => _x( 'Image', 'Post format' ),
98
+ 'quote' => _x( 'Quote', 'Post format' ),
99
+ 'status' => _x( 'Status', 'Post format' ),
100
+ 'video' => _x( 'Video', 'Post format' ),
101
+ 'audio' => _x( 'Audio', 'Post format' ),
102
+ );
103
+ return $strings;
104
+ }
105
+
106
+ /**
107
+ * Retrieves an array of post format slugs.
108
+ *
109
+ * @since 3.1.0
110
+ *
111
+ * @uses get_post_format_strings()
112
+ *
113
+ * @return array The array of post format slugs.
114
+ */
115
+ function get_post_format_slugs() {
116
+ $slugs = array_keys( get_post_format_strings() );
117
+ return array_combine( $slugs, $slugs );
118
+ }
119
+
120
+ /**
121
+ * Returns a pretty, translated version of a post format slug
122
+ *
123
+ * @since 3.1.0
124
+ *
125
+ * @uses get_post_format_strings()
126
+ *
127
+ * @param string $slug A post format slug.
128
+ * @return string The translated post format name.
129
+ */
130
+ function get_post_format_string( $slug ) {
131
+ $strings = get_post_format_strings();
132
+ if ( !$slug )
133
+ return $strings['standard'];
134
+ else
135
+ return ( isset( $strings[$slug] ) ) ? $strings[$slug] : '';
136
+ }
137
+
138
+ /**
139
+ * Returns a link to a post format index.
140
+ *
141
+ * @since 3.1.0
142
+ *
143
+ * @param string $format The post format slug.
144
+ * @return string The post format term link.
145
+ */
146
+ function get_post_format_link( $format ) {
147
+ $term = get_term_by('slug', 'post-format-' . $format, 'post_format' );
148
+ if ( ! $term || is_wp_error( $term ) )
149
+ return false;
150
+ return get_term_link( $term );
151
+ }
152
+
153
+ /**
154
+ * Filters the request to allow for the format prefix.
155
+ *
156
+ * @access private
157
+ * @since 3.1.0
158
+ */
159
+ function _post_format_request( $qvs ) {
160
+ if ( ! isset( $qvs['post_format'] ) )
161
+ return $qvs;
162
+ $slugs = get_post_format_slugs();
163
+ if ( isset( $slugs[ $qvs['post_format'] ] ) )
164
+ $qvs['post_format'] = 'post-format-' . $slugs[ $qvs['post_format'] ];
165
+ $tax = get_taxonomy( 'post_format' );
166
+ if ( ! is_admin() )
167
+ $qvs['post_type'] = $tax->object_type;
168
+ return $qvs;
169
+ }
170
+ add_filter( 'request', '_post_format_request' );
171
+
172
+ /**
173
+ * Filters the post format term link to remove the format prefix.
174
+ *
175
+ * @access private
176
+ * @since 3.1.0
177
+ */
178
+ function _post_format_link( $link, $term, $taxonomy ) {
179
+ global $wp_rewrite;
180
+ if ( 'post_format' != $taxonomy )
181
+ return $link;
182
+ if ( $wp_rewrite->get_extra_permastruct( $taxonomy ) ) {
183
+ return str_replace( "/{$term->slug}", '/' . str_replace( 'post-format-', '', $term->slug ), $link );
184
+ } else {
185
+ $link = remove_query_arg( 'post_format', $link );
186
+ return add_query_arg( 'post_format', str_replace( 'post-format-', '', $term->slug ), $link );
187
+ }
188
+ }
189
+ add_filter( 'term_link', '_post_format_link', 10, 3 );
190
+
191
+ /**
192
+ * Remove the post format prefix from the name property of the term object created by get_term().
193
+ *
194
+ * @access private
195
+ * @since 3.1.0
196
+ */
197
+ function _post_format_get_term( $term ) {
198
+ if ( isset( $term->slug ) ) {
199
+ $term->name = get_post_format_string( str_replace( 'post-format-', '', $term->slug ) );
200
+ }
201
+ return $term;
202
+ }
203
+ add_filter( 'get_post_format', '_post_format_get_term' );
204
+
205
+ /**
206
+ * Remove the post format prefix from the name property of the term objects created by get_terms().
207
+ *
208
+ * @access private
209
+ * @since 3.1.0
210
+ */
211
+ function _post_format_get_terms( $terms, $taxonomies, $args ) {
212
+ if ( in_array( 'post_format', (array) $taxonomies ) ) {
213
+ if ( isset( $args['fields'] ) && 'names' == $args['fields'] ) {
214
+ foreach( $terms as $order => $name ) {
215
+ $terms[$order] = get_post_format_string( str_replace( 'post-format-', '', $name ) );
216
+ }
217
+ } else {
218
+ foreach ( (array) $terms as $order => $term ) {
219
+ if ( isset( $term->taxonomy ) && 'post_format' == $term->taxonomy ) {
220
+ $terms[$order]->name = get_post_format_string( str_replace( 'post-format-', '', $term->slug ) );
221
+ }
222
+ }
223
+ }
224
+ }
225
+ return $terms;
226
+ }
227
+ add_filter( 'get_terms', '_post_format_get_terms', 10, 3 );
228
+
229
+ /**
230
+ * Remove the post format prefix from the name property of the term objects created by wp_get_object_terms().
231
+ *
232
+ * @access private
233
+ * @since 3.1.0
234
+ */
235
+ function _post_format_wp_get_object_terms( $terms ) {
236
+ foreach ( (array) $terms as $order => $term ) {
237
+ if ( isset( $term->taxonomy ) && 'post_format' == $term->taxonomy ) {
238
+ $terms[$order]->name = get_post_format_string( str_replace( 'post-format-', '', $term->slug ) );
239
+ }
240
+ }
241
+ return $terms;
242
+ }
243
+ add_filter( 'wp_get_object_terms', '_post_format_wp_get_object_terms' );
@@ -0,0 +1,1766 @@
1
+ <?php
2
+ /**
3
+ * WordPress Post Template Functions.
4
+ *
5
+ * Gets content for the current post in the loop.
6
+ *
7
+ * @package WordPress
8
+ * @subpackage Template
9
+ */
10
+
11
+ /**
12
+ * Display the ID of the current item in the WordPress Loop.
13
+ *
14
+ * @since 0.71
15
+ */
16
+ function the_ID() {
17
+ echo get_the_ID();
18
+ }
19
+
20
+ /**
21
+ * Retrieve the ID of the current item in the WordPress Loop.
22
+ *
23
+ * @since 2.1.0
24
+ * @uses $post
25
+ *
26
+ * @return int|bool The ID of the current item in the WordPress Loop. False if $post is not set.
27
+ */
28
+ function get_the_ID() {
29
+ $post = get_post();
30
+ return ! empty( $post ) ? $post->ID : false;
31
+ }
32
+
33
+ /**
34
+ * Display or retrieve the current post title with optional content.
35
+ *
36
+ * @since 0.71
37
+ *
38
+ * @param string $before Optional. Content to prepend to the title.
39
+ * @param string $after Optional. Content to append to the title.
40
+ * @param bool $echo Optional, default to true.Whether to display or return.
41
+ * @return null|string Null on no title. String if $echo parameter is false.
42
+ */
43
+ function the_title($before = '', $after = '', $echo = true) {
44
+ $title = get_the_title();
45
+
46
+ if ( strlen($title) == 0 )
47
+ return;
48
+
49
+ $title = $before . $title . $after;
50
+
51
+ if ( $echo )
52
+ echo $title;
53
+ else
54
+ return $title;
55
+ }
56
+
57
+ /**
58
+ * Sanitize the current title when retrieving or displaying.
59
+ *
60
+ * Works like {@link the_title()}, except the parameters can be in a string or
61
+ * an array. See the function for what can be override in the $args parameter.
62
+ *
63
+ * The title before it is displayed will have the tags stripped and {@link
64
+ * esc_attr()} before it is passed to the user or displayed. The default
65
+ * as with {@link the_title()}, is to display the title.
66
+ *
67
+ * @since 2.3.0
68
+ *
69
+ * @param string|array $args {
70
+ * Title attribute arguments. Optional.
71
+ *
72
+ * @type string $before Markup to prepend to the title. Default empty.
73
+ * @type string $after Markup to append to the title. Default empty.
74
+ * @type bool $echo Whether to echo or return the title. Default true for echo.
75
+ * @type WP_Post $post Current post object to retrieve the title for.
76
+ * }
77
+ * @return string|null Null on failure or display. String when echo is false.
78
+ */
79
+ function the_title_attribute( $args = '' ) {
80
+ $defaults = array( 'before' => '', 'after' => '', 'echo' => true, 'post' => get_post() );
81
+ $r = wp_parse_args( $args, $defaults );
82
+
83
+ $title = get_the_title( $r['post'] );
84
+
85
+ if ( strlen( $title ) == 0 ) {
86
+ return;
87
+ }
88
+
89
+ $title = $r['before'] . $title . $r['after'];
90
+ $title = esc_attr( strip_tags( $title ) );
91
+
92
+ if ( $r['echo'] ) {
93
+ echo $title;
94
+ } else {
95
+ return $title;
96
+ }
97
+ }
98
+
99
+ /**
100
+ * Retrieve post title.
101
+ *
102
+ * If the post is protected and the visitor is not an admin, then "Protected"
103
+ * will be displayed before the post title. If the post is private, then
104
+ * "Private" will be located before the post title.
105
+ *
106
+ * @since 0.71
107
+ *
108
+ * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
109
+ * @return string
110
+ */
111
+ function get_the_title( $post = 0 ) {
112
+ $post = get_post( $post );
113
+
114
+ $title = isset( $post->post_title ) ? $post->post_title : '';
115
+ $id = isset( $post->ID ) ? $post->ID : 0;
116
+
117
+ if ( ! is_admin() ) {
118
+ if ( ! empty( $post->post_password ) ) {
119
+
120
+ /**
121
+ * Filter the text prepended to the post title for protected posts.
122
+ *
123
+ * The filter is only applied on the front end.
124
+ *
125
+ * @since 2.8.0
126
+ *
127
+ * @param string $prepend Text displayed before the post title.
128
+ * Default 'Protected: %s'.
129
+ * @param WP_Post $post Current post object.
130
+ */
131
+ $protected_title_format = apply_filters( 'protected_title_format', __( 'Protected: %s' ), $post );
132
+ $title = sprintf( $protected_title_format, $title );
133
+ } else if ( isset( $post->post_status ) && 'private' == $post->post_status ) {
134
+
135
+ /**
136
+ * Filter the text prepended to the post title of private posts.
137
+ *
138
+ * The filter is only applied on the front end.
139
+ *
140
+ * @since 2.8.0
141
+ *
142
+ * @param string $prepend Text displayed before the post title.
143
+ * Default 'Private: %s'.
144
+ * @param WP_Post $post Current post object.
145
+ */
146
+ $private_title_format = apply_filters( 'private_title_format', __( 'Private: %s' ), $post );
147
+ $title = sprintf( $private_title_format, $title );
148
+ }
149
+ }
150
+
151
+ /**
152
+ * Filter the post title.
153
+ *
154
+ * @since 0.71
155
+ *
156
+ * @param string $title The post title.
157
+ * @param int $id The post ID.
158
+ */
159
+ return apply_filters( 'the_title', $title, $id );
160
+ }
161
+
162
+ /**
163
+ * Display the Post Global Unique Identifier (guid).
164
+ *
165
+ * The guid will appear to be a link, but should not be used as an link to the
166
+ * post. The reason you should not use it as a link, is because of moving the
167
+ * blog across domains.
168
+ *
169
+ * Url is escaped to make it xml safe
170
+ *
171
+ * @since 1.5.0
172
+ *
173
+ * @param int|WP_Post $id Optional. Post ID or post object.
174
+ */
175
+ function the_guid( $id = 0 ) {
176
+ echo esc_url( get_the_guid( $id ) );
177
+ }
178
+
179
+ /**
180
+ * Retrieve the Post Global Unique Identifier (guid).
181
+ *
182
+ * The guid will appear to be a link, but should not be used as an link to the
183
+ * post. The reason you should not use it as a link, is because of moving the
184
+ * blog across domains.
185
+ *
186
+ * @since 1.5.0
187
+ *
188
+ * @param int|WP_Post $id Optional. Post ID or post object.
189
+ * @return string
190
+ */
191
+ function get_the_guid( $id = 0 ) {
192
+ $post = get_post($id);
193
+
194
+ /**
195
+ * Filter the Global Unique Identifier (guid) of the post.
196
+ *
197
+ * @since 1.5.0
198
+ *
199
+ * @param string $post_guid Global Unique Identifier (guid) of the post.
200
+ */
201
+ return apply_filters( 'get_the_guid', $post->guid );
202
+ }
203
+
204
+ /**
205
+ * Display the post content.
206
+ *
207
+ * @since 0.71
208
+ *
209
+ * @param string $more_link_text Optional. Content for when there is more text.
210
+ * @param bool $strip_teaser Optional. Strip teaser content before the more text. Default is false.
211
+ */
212
+ function the_content( $more_link_text = null, $strip_teaser = false) {
213
+ $content = get_the_content( $more_link_text, $strip_teaser );
214
+
215
+ /**
216
+ * Filter the post content.
217
+ *
218
+ * @since 0.71
219
+ *
220
+ * @param string $content Content of the current post.
221
+ */
222
+ $content = apply_filters( 'the_content', $content );
223
+ $content = str_replace( ']]>', ']]&gt;', $content );
224
+ echo $content;
225
+ }
226
+
227
+ /**
228
+ * Retrieve the post content.
229
+ *
230
+ * @since 0.71
231
+ *
232
+ * @param string $more_link_text Optional. Content for when there is more text.
233
+ * @param bool $stripteaser Optional. Strip teaser content before the more text. Default is false.
234
+ * @return string
235
+ */
236
+ function get_the_content( $more_link_text = null, $strip_teaser = false ) {
237
+ global $page, $more, $preview, $pages, $multipage;
238
+
239
+ $post = get_post();
240
+
241
+ if ( null === $more_link_text )
242
+ $more_link_text = __( '(more&hellip;)' );
243
+
244
+ $output = '';
245
+ $has_teaser = false;
246
+
247
+ // If post password required and it doesn't match the cookie.
248
+ if ( post_password_required( $post ) )
249
+ return get_the_password_form( $post );
250
+
251
+ if ( $page > count( $pages ) ) // if the requested page doesn't exist
252
+ $page = count( $pages ); // give them the highest numbered page that DOES exist
253
+
254
+ $content = $pages[$page - 1];
255
+ if ( preg_match( '/<!--more(.*?)?-->/', $content, $matches ) ) {
256
+ $content = explode( $matches[0], $content, 2 );
257
+ if ( ! empty( $matches[1] ) && ! empty( $more_link_text ) )
258
+ $more_link_text = strip_tags( wp_kses_no_null( trim( $matches[1] ) ) );
259
+
260
+ $has_teaser = true;
261
+ } else {
262
+ $content = array( $content );
263
+ }
264
+
265
+ if ( false !== strpos( $post->post_content, '<!--noteaser-->' ) && ( ! $multipage || $page == 1 ) )
266
+ $strip_teaser = true;
267
+
268
+ $teaser = $content[0];
269
+
270
+ if ( $more && $strip_teaser && $has_teaser )
271
+ $teaser = '';
272
+
273
+ $output .= $teaser;
274
+
275
+ if ( count( $content ) > 1 ) {
276
+ if ( $more ) {
277
+ $output .= '<span id="more-' . $post->ID . '"></span>' . $content[1];
278
+ } else {
279
+ if ( ! empty( $more_link_text ) )
280
+
281
+ /**
282
+ * Filter the Read More link text.
283
+ *
284
+ * @since 2.8.0
285
+ *
286
+ * @param string $more_link_element Read More link element.
287
+ * @param string $more_link_text Read More text.
288
+ */
289
+ $output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );
290
+ $output = force_balance_tags( $output );
291
+ }
292
+ }
293
+
294
+ if ( $preview ) // preview fix for javascript bug with foreign languages
295
+ $output = preg_replace_callback( '/\%u([0-9A-F]{4})/', '_convert_urlencoded_to_entities', $output );
296
+
297
+ return $output;
298
+ }
299
+
300
+ /**
301
+ * Preview fix for javascript bug with foreign languages
302
+ *
303
+ * @since 3.1.0
304
+ * @access private
305
+ * @param array $match Match array from preg_replace_callback
306
+ * @return string
307
+ */
308
+ function _convert_urlencoded_to_entities( $match ) {
309
+ return '&#' . base_convert( $match[1], 16, 10 ) . ';';
310
+ }
311
+
312
+ /**
313
+ * Display the post excerpt.
314
+ *
315
+ * @since 0.71
316
+ */
317
+ function the_excerpt() {
318
+
319
+ /**
320
+ * Filter the displayed post excerpt.
321
+ *
322
+ * @since 0.71
323
+ *
324
+ * @see get_the_excerpt()
325
+ *
326
+ * @param string $post_excerpt The post excerpt.
327
+ */
328
+ echo apply_filters( 'the_excerpt', get_the_excerpt() );
329
+ }
330
+
331
+ /**
332
+ * Retrieve the post excerpt.
333
+ *
334
+ * @since 0.71
335
+ *
336
+ * @param mixed $deprecated Not used.
337
+ * @return string
338
+ */
339
+ function get_the_excerpt( $deprecated = '' ) {
340
+ if ( !empty( $deprecated ) )
341
+ _deprecated_argument( __FUNCTION__, '2.3' );
342
+
343
+ $post = get_post();
344
+ if ( empty( $post ) ) {
345
+ return '';
346
+ }
347
+
348
+ if ( post_password_required() ) {
349
+ return __( 'There is no excerpt because this is a protected post.' );
350
+ }
351
+
352
+ /**
353
+ * Filter the retrieved post excerpt.
354
+ *
355
+ * @since 1.2.0
356
+ *
357
+ * @param string $post_excerpt The post excerpt.
358
+ */
359
+ return apply_filters( 'get_the_excerpt', $post->post_excerpt );
360
+ }
361
+
362
+ /**
363
+ * Whether post has excerpt.
364
+ *
365
+ * @since 2.3.0
366
+ *
367
+ * @param int|WP_Post $id Optional. Post ID or post object.
368
+ * @return bool
369
+ */
370
+ function has_excerpt( $id = 0 ) {
371
+ $post = get_post( $id );
372
+ return ( !empty( $post->post_excerpt ) );
373
+ }
374
+
375
+ /**
376
+ * Display the classes for the post div.
377
+ *
378
+ * @since 2.7.0
379
+ *
380
+ * @param string|array $class One or more classes to add to the class list.
381
+ * @param int|WP_Post $post_id Optional. Post ID or post object.
382
+ */
383
+ function post_class( $class = '', $post_id = null ) {
384
+ // Separates classes with a single space, collates classes for post DIV
385
+ echo 'class="' . join( ' ', get_post_class( $class, $post_id ) ) . '"';
386
+ }
387
+
388
+ /**
389
+ * Retrieve the classes for the post div as an array.
390
+ *
391
+ * The class names are many. If the post is a sticky, then the 'sticky'
392
+ * class name. The class 'hentry' is always added to each post. If the post has a
393
+ * post thumbnail, 'has-post-thumbnail' is added as a class. For each
394
+ * category, the class will be added with 'category-' with category slug is
395
+ * added. The tags are the same way as the categories with 'tag-' before the tag
396
+ * slug. All classes are passed through the filter, 'post_class' with the list
397
+ * of classes, followed by $class parameter value, with the post ID as the last
398
+ * parameter.
399
+ *
400
+ * @since 2.7.0
401
+ *
402
+ * @param string|array $class One or more classes to add to the class list.
403
+ * @param int|WP_Post $post_id Optional. Post ID or post object.
404
+ * @return array Array of classes.
405
+ */
406
+ function get_post_class( $class = '', $post_id = null ) {
407
+ $post = get_post($post_id);
408
+
409
+ $classes = array();
410
+
411
+ if ( empty($post) )
412
+ return $classes;
413
+
414
+ $classes[] = 'post-' . $post->ID;
415
+ if ( ! is_admin() )
416
+ $classes[] = $post->post_type;
417
+ $classes[] = 'type-' . $post->post_type;
418
+ $classes[] = 'status-' . $post->post_status;
419
+
420
+ // Post Format
421
+ if ( post_type_supports( $post->post_type, 'post-formats' ) ) {
422
+ $post_format = get_post_format( $post->ID );
423
+
424
+ if ( $post_format && !is_wp_error($post_format) )
425
+ $classes[] = 'format-' . sanitize_html_class( $post_format );
426
+ else
427
+ $classes[] = 'format-standard';
428
+ }
429
+
430
+ // Post requires password
431
+ if ( post_password_required( $post->ID ) ) {
432
+ $classes[] = 'post-password-required';
433
+ // Post thumbnails
434
+ } elseif ( ! is_attachment( $post ) && current_theme_supports( 'post-thumbnails' ) && has_post_thumbnail( $post->ID ) ) {
435
+ $classes[] = 'has-post-thumbnail';
436
+ }
437
+
438
+ // sticky for Sticky Posts
439
+ if ( is_sticky( $post->ID ) ) {
440
+ if ( is_home() && ! is_paged() ) {
441
+ $classes[] = 'sticky';
442
+ } elseif ( is_admin() ) {
443
+ $classes[] = 'status-sticky';
444
+ }
445
+ }
446
+
447
+ // hentry for hAtom compliance
448
+ $classes[] = 'hentry';
449
+
450
+ // Categories
451
+ if ( is_object_in_taxonomy( $post->post_type, 'category' ) ) {
452
+ foreach ( (array) get_the_category($post->ID) as $cat ) {
453
+ if ( empty($cat->slug ) )
454
+ continue;
455
+ $classes[] = 'category-' . sanitize_html_class($cat->slug, $cat->term_id);
456
+ }
457
+ }
458
+
459
+ // Tags
460
+ if ( is_object_in_taxonomy( $post->post_type, 'post_tag' ) ) {
461
+ foreach ( (array) get_the_tags($post->ID) as $tag ) {
462
+ if ( empty($tag->slug ) )
463
+ continue;
464
+ $classes[] = 'tag-' . sanitize_html_class($tag->slug, $tag->term_id);
465
+ }
466
+ }
467
+
468
+ if ( !empty($class) ) {
469
+ if ( !is_array( $class ) )
470
+ $class = preg_split('#\s+#', $class);
471
+ $classes = array_merge($classes, $class);
472
+ }
473
+
474
+ $classes = array_map('esc_attr', $classes);
475
+
476
+ /**
477
+ * Filter the list of CSS classes for the current post.
478
+ *
479
+ * @since 2.7.0
480
+ *
481
+ * @param array $classes An array of post classes.
482
+ * @param string $class A comma-separated list of additional classes added to the post.
483
+ * @param int $post_id The post ID.
484
+ */
485
+ $classes = apply_filters( 'post_class', $classes, $class, $post->ID );
486
+
487
+ return array_unique( $classes );
488
+ }
489
+
490
+ /**
491
+ * Display the classes for the body element.
492
+ *
493
+ * @since 2.8.0
494
+ *
495
+ * @param string|array $class One or more classes to add to the class list.
496
+ */
497
+ function body_class( $class = '' ) {
498
+ // Separates classes with a single space, collates classes for body element
499
+ echo 'class="' . join( ' ', get_body_class( $class ) ) . '"';
500
+ }
501
+
502
+ /**
503
+ * Retrieve the classes for the body element as an array.
504
+ *
505
+ * @since 2.8.0
506
+ *
507
+ * @param string|array $class One or more classes to add to the class list.
508
+ * @return array Array of classes.
509
+ */
510
+ function get_body_class( $class = '' ) {
511
+ global $wp_query, $wpdb;
512
+
513
+ $classes = array();
514
+
515
+ if ( is_rtl() )
516
+ $classes[] = 'rtl';
517
+
518
+ if ( is_front_page() )
519
+ $classes[] = 'home';
520
+ if ( is_home() )
521
+ $classes[] = 'blog';
522
+ if ( is_archive() )
523
+ $classes[] = 'archive';
524
+ if ( is_date() )
525
+ $classes[] = 'date';
526
+ if ( is_search() ) {
527
+ $classes[] = 'search';
528
+ $classes[] = $wp_query->posts ? 'search-results' : 'search-no-results';
529
+ }
530
+ if ( is_paged() )
531
+ $classes[] = 'paged';
532
+ if ( is_attachment() )
533
+ $classes[] = 'attachment';
534
+ if ( is_404() )
535
+ $classes[] = 'error404';
536
+
537
+ if ( is_single() ) {
538
+ $post_id = $wp_query->get_queried_object_id();
539
+ $post = $wp_query->get_queried_object();
540
+
541
+ $classes[] = 'single';
542
+ if ( isset( $post->post_type ) ) {
543
+ $classes[] = 'single-' . sanitize_html_class($post->post_type, $post_id);
544
+ $classes[] = 'postid-' . $post_id;
545
+
546
+ // Post Format
547
+ if ( post_type_supports( $post->post_type, 'post-formats' ) ) {
548
+ $post_format = get_post_format( $post->ID );
549
+
550
+ if ( $post_format && !is_wp_error($post_format) )
551
+ $classes[] = 'single-format-' . sanitize_html_class( $post_format );
552
+ else
553
+ $classes[] = 'single-format-standard';
554
+ }
555
+ }
556
+
557
+ if ( is_attachment() ) {
558
+ $mime_type = get_post_mime_type($post_id);
559
+ $mime_prefix = array( 'application/', 'image/', 'text/', 'audio/', 'video/', 'music/' );
560
+ $classes[] = 'attachmentid-' . $post_id;
561
+ $classes[] = 'attachment-' . str_replace( $mime_prefix, '', $mime_type );
562
+ }
563
+ } elseif ( is_archive() ) {
564
+ if ( is_post_type_archive() ) {
565
+ $classes[] = 'post-type-archive';
566
+ $post_type = get_query_var( 'post_type' );
567
+ if ( is_array( $post_type ) )
568
+ $post_type = reset( $post_type );
569
+ $classes[] = 'post-type-archive-' . sanitize_html_class( $post_type );
570
+ } else if ( is_author() ) {
571
+ $author = $wp_query->get_queried_object();
572
+ $classes[] = 'author';
573
+ if ( isset( $author->user_nicename ) ) {
574
+ $classes[] = 'author-' . sanitize_html_class( $author->user_nicename, $author->ID );
575
+ $classes[] = 'author-' . $author->ID;
576
+ }
577
+ } elseif ( is_category() ) {
578
+ $cat = $wp_query->get_queried_object();
579
+ $classes[] = 'category';
580
+ if ( isset( $cat->term_id ) ) {
581
+ $classes[] = 'category-' . sanitize_html_class( $cat->slug, $cat->term_id );
582
+ $classes[] = 'category-' . $cat->term_id;
583
+ }
584
+ } elseif ( is_tag() ) {
585
+ $tags = $wp_query->get_queried_object();
586
+ $classes[] = 'tag';
587
+ if ( isset( $tags->term_id ) ) {
588
+ $classes[] = 'tag-' . sanitize_html_class( $tags->slug, $tags->term_id );
589
+ $classes[] = 'tag-' . $tags->term_id;
590
+ }
591
+ } elseif ( is_tax() ) {
592
+ $term = $wp_query->get_queried_object();
593
+ if ( isset( $term->term_id ) ) {
594
+ $classes[] = 'tax-' . sanitize_html_class( $term->taxonomy );
595
+ $classes[] = 'term-' . sanitize_html_class( $term->slug, $term->term_id );
596
+ $classes[] = 'term-' . $term->term_id;
597
+ }
598
+ }
599
+ } elseif ( is_page() ) {
600
+ $classes[] = 'page';
601
+
602
+ $page_id = $wp_query->get_queried_object_id();
603
+
604
+ $post = get_post($page_id);
605
+
606
+ $classes[] = 'page-id-' . $page_id;
607
+
608
+ if ( get_pages( array( 'parent' => $page_id, 'number' => 1 ) ) ) {
609
+ $classes[] = 'page-parent';
610
+ }
611
+
612
+ if ( $post->post_parent ) {
613
+ $classes[] = 'page-child';
614
+ $classes[] = 'parent-pageid-' . $post->post_parent;
615
+ }
616
+ if ( is_page_template() ) {
617
+ $classes[] = 'page-template';
618
+ $classes[] = 'page-template-' . sanitize_html_class( str_replace( '.', '-', get_page_template_slug( $page_id ) ) );
619
+ } else {
620
+ $classes[] = 'page-template-default';
621
+ }
622
+ }
623
+
624
+ if ( is_user_logged_in() )
625
+ $classes[] = 'logged-in';
626
+
627
+ if ( is_admin_bar_showing() ) {
628
+ $classes[] = 'admin-bar';
629
+ $classes[] = 'no-customize-support';
630
+ }
631
+
632
+ if ( get_theme_mod( 'background_color' ) || get_background_image() )
633
+ $classes[] = 'custom-background';
634
+
635
+ $page = $wp_query->get( 'page' );
636
+
637
+ if ( ! $page || $page < 2 )
638
+ $page = $wp_query->get( 'paged' );
639
+
640
+ if ( $page && $page > 1 && ! is_404() ) {
641
+ $classes[] = 'paged-' . $page;
642
+
643
+ if ( is_single() )
644
+ $classes[] = 'single-paged-' . $page;
645
+ elseif ( is_page() )
646
+ $classes[] = 'page-paged-' . $page;
647
+ elseif ( is_category() )
648
+ $classes[] = 'category-paged-' . $page;
649
+ elseif ( is_tag() )
650
+ $classes[] = 'tag-paged-' . $page;
651
+ elseif ( is_date() )
652
+ $classes[] = 'date-paged-' . $page;
653
+ elseif ( is_author() )
654
+ $classes[] = 'author-paged-' . $page;
655
+ elseif ( is_search() )
656
+ $classes[] = 'search-paged-' . $page;
657
+ elseif ( is_post_type_archive() )
658
+ $classes[] = 'post-type-paged-' . $page;
659
+ }
660
+
661
+ if ( ! empty( $class ) ) {
662
+ if ( !is_array( $class ) )
663
+ $class = preg_split( '#\s+#', $class );
664
+ $classes = array_merge( $classes, $class );
665
+ } else {
666
+ // Ensure that we always coerce class to being an array.
667
+ $class = array();
668
+ }
669
+
670
+ $classes = array_map( 'esc_attr', $classes );
671
+
672
+ /**
673
+ * Filter the list of CSS body classes for the current post or page.
674
+ *
675
+ * @since 2.8.0
676
+ *
677
+ * @param array $classes An array of body classes.
678
+ * @param string $class A comma-separated list of additional classes added to the body.
679
+ */
680
+ $classes = apply_filters( 'body_class', $classes, $class );
681
+
682
+ return array_unique( $classes );
683
+ }
684
+
685
+ /**
686
+ * Whether post requires password and correct password has been provided.
687
+ *
688
+ * @since 2.7.0
689
+ *
690
+ * @param int|WP_Post $post An optional post. Global $post used if not provided.
691
+ * @return bool false if a password is not required or the correct password cookie is present, true otherwise.
692
+ */
693
+ function post_password_required( $post = null ) {
694
+ $post = get_post($post);
695
+
696
+ if ( empty( $post->post_password ) )
697
+ return false;
698
+
699
+ if ( ! isset( $_COOKIE['wp-postpass_' . COOKIEHASH] ) )
700
+ return true;
701
+
702
+ require_once ABSPATH . WPINC . '/class-phpass.php';
703
+ $hasher = new PasswordHash( 8, true );
704
+
705
+ $hash = wp_unslash( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] );
706
+ if ( 0 !== strpos( $hash, '$P$B' ) )
707
+ return true;
708
+
709
+ return ! $hasher->CheckPassword( $post->post_password, $hash );
710
+ }
711
+
712
+ //
713
+ // Page Template Functions for usage in Themes
714
+ //
715
+
716
+ /**
717
+ * The formatted output of a list of pages.
718
+ *
719
+ * Displays page links for paginated posts (i.e. includes the <!--nextpage-->.
720
+ * Quicktag one or more times). This tag must be within The Loop.
721
+ *
722
+ * @since 1.2.0
723
+ *
724
+ * @param string|array $args {
725
+ * Optional. Array or string of default arguments.
726
+ *
727
+ * @type string $before HTML or text to prepend to each link. Default is '<p> Pages:'.
728
+ * @type string $after HTML or text to append to each link. Default is '</p>'.
729
+ * @type string $link_before HTML or text to prepend to each link, inside the <a> tag.
730
+ * Also prepended to the current item, which is not linked. Default empty.
731
+ * @type string $link_after HTML or text to append to each Pages link inside the <a> tag.
732
+ * Also appended to the current item, which is not linked. Default empty.
733
+ * @type string $next_or_number Indicates whether page numbers should be used. Valid values are number
734
+ * and next. Default is 'number'.
735
+ * @type string $separator Text between pagination links. Default is ' '.
736
+ * @type string $nextpagelink Link text for the next page link, if available. Default is 'Next Page'.
737
+ * @type string $previouspagelink Link text for the previous page link, if available. Default is 'Previous Page'.
738
+ * @type string $pagelink Format string for page numbers. The % in the parameter string will be
739
+ * replaced with the page number, so 'Page %' generates "Page 1", "Page 2", etc.
740
+ * Defaults to '%', just the page number.
741
+ * @type int|bool $echo Whether to echo or not. Accepts 1|true or 0|false. Default 1|true.
742
+ * }
743
+ * @return string Formatted output in HTML.
744
+ */
745
+ function wp_link_pages( $args = '' ) {
746
+ $defaults = array(
747
+ 'before' => '<p>' . __( 'Pages:' ),
748
+ 'after' => '</p>',
749
+ 'link_before' => '',
750
+ 'link_after' => '',
751
+ 'next_or_number' => 'number',
752
+ 'separator' => ' ',
753
+ 'nextpagelink' => __( 'Next page' ),
754
+ 'previouspagelink' => __( 'Previous page' ),
755
+ 'pagelink' => '%',
756
+ 'echo' => 1
757
+ );
758
+
759
+ $params = wp_parse_args( $args, $defaults );
760
+
761
+ /**
762
+ * Filter the arguments used in retrieving page links for paginated posts.
763
+ *
764
+ * @since 3.0.0
765
+ *
766
+ * @param array $params An array of arguments for page links for paginated posts.
767
+ */
768
+ $r = apply_filters( 'wp_link_pages_args', $params );
769
+
770
+ global $page, $numpages, $multipage, $more;
771
+
772
+ $output = '';
773
+ if ( $multipage ) {
774
+ if ( 'number' == $r['next_or_number'] ) {
775
+ $output .= $r['before'];
776
+ for ( $i = 1; $i <= $numpages; $i++ ) {
777
+ $link = $r['link_before'] . str_replace( '%', $i, $r['pagelink'] ) . $r['link_after'];
778
+ if ( $i != $page || ! $more && 1 == $page ) {
779
+ $link = _wp_link_page( $i ) . $link . '</a>';
780
+ }
781
+ /**
782
+ * Filter the HTML output of individual page number links.
783
+ *
784
+ * @since 3.6.0
785
+ *
786
+ * @param string $link The page number HTML output.
787
+ * @param int $i Page number for paginated posts' page links.
788
+ */
789
+ $link = apply_filters( 'wp_link_pages_link', $link, $i );
790
+ $output .= $r['separator'] . $link;
791
+ }
792
+ $output .= $r['after'];
793
+ } elseif ( $more ) {
794
+ $output .= $r['before'];
795
+ $prev = $page - 1;
796
+ if ( $prev ) {
797
+ $link = _wp_link_page( $prev ) . $r['link_before'] . $r['previouspagelink'] . $r['link_after'] . '</a>';
798
+
799
+ /** This filter is documented in wp-includes/post-template.php */
800
+ $link = apply_filters( 'wp_link_pages_link', $link, $prev );
801
+ $output .= $r['separator'] . $link;
802
+ }
803
+ $next = $page + 1;
804
+ if ( $next <= $numpages ) {
805
+ $link = _wp_link_page( $next ) . $r['link_before'] . $r['nextpagelink'] . $r['link_after'] . '</a>';
806
+
807
+ /** This filter is documented in wp-includes/post-template.php */
808
+ $link = apply_filters( 'wp_link_pages_link', $link, $next );
809
+ $output .= $r['separator'] . $link;
810
+ }
811
+ $output .= $r['after'];
812
+ }
813
+ }
814
+
815
+ /**
816
+ * Filter the HTML output of page links for paginated posts.
817
+ *
818
+ * @since 3.6.0
819
+ *
820
+ * @param string $output HTML output of paginated posts' page links.
821
+ * @param array $args An array of arguments.
822
+ */
823
+ $html = apply_filters( 'wp_link_pages', $output, $args );
824
+
825
+ if ( $r['echo'] ) {
826
+ echo $html;
827
+ }
828
+ return $html;
829
+ }
830
+
831
+ /**
832
+ * Helper function for wp_link_pages().
833
+ *
834
+ * @since 3.1.0
835
+ * @access private
836
+ *
837
+ * @param int $i Page number.
838
+ * @return string Link.
839
+ */
840
+ function _wp_link_page( $i ) {
841
+ global $wp_rewrite;
842
+ $post = get_post();
843
+
844
+ if ( 1 == $i ) {
845
+ $url = get_permalink();
846
+ } else {
847
+ if ( '' == get_option('permalink_structure') || in_array($post->post_status, array('draft', 'pending')) )
848
+ $url = add_query_arg( 'page', $i, get_permalink() );
849
+ elseif ( 'page' == get_option('show_on_front') && get_option('page_on_front') == $post->ID )
850
+ $url = trailingslashit(get_permalink()) . user_trailingslashit("$wp_rewrite->pagination_base/" . $i, 'single_paged');
851
+ else
852
+ $url = trailingslashit(get_permalink()) . user_trailingslashit($i, 'single_paged');
853
+ }
854
+
855
+ if ( is_preview() ) {
856
+ $url = add_query_arg( array(
857
+ 'preview' => 'true'
858
+ ), $url );
859
+
860
+ if ( ( 'draft' !== $post->post_status ) && isset( $_GET['preview_id'], $_GET['preview_nonce'] ) ) {
861
+ $url = add_query_arg( array(
862
+ 'preview_id' => wp_unslash( $_GET['preview_id'] ),
863
+ 'preview_nonce' => wp_unslash( $_GET['preview_nonce'] )
864
+ ), $url );
865
+ }
866
+ }
867
+
868
+ return '<a href="' . esc_url( $url ) . '">';
869
+ }
870
+
871
+ //
872
+ // Post-meta: Custom per-post fields.
873
+ //
874
+
875
+ /**
876
+ * Retrieve post custom meta data field.
877
+ *
878
+ * @since 1.5.0
879
+ *
880
+ * @param string $key Meta data key name.
881
+ * @return bool|string|array Array of values or single value, if only one element exists. False will be returned if key does not exist.
882
+ */
883
+ function post_custom( $key = '' ) {
884
+ $custom = get_post_custom();
885
+
886
+ if ( !isset( $custom[$key] ) )
887
+ return false;
888
+ elseif ( 1 == count($custom[$key]) )
889
+ return $custom[$key][0];
890
+ else
891
+ return $custom[$key];
892
+ }
893
+
894
+ /**
895
+ * Display list of post custom fields.
896
+ *
897
+ * @internal This will probably change at some point...
898
+ * @since 1.2.0
899
+ * @uses apply_filters() Calls 'the_meta_key' on list item HTML content, with key and value as separate parameters.
900
+ */
901
+ function the_meta() {
902
+ if ( $keys = get_post_custom_keys() ) {
903
+ echo "<ul class='post-meta'>\n";
904
+ foreach ( (array) $keys as $key ) {
905
+ $keyt = trim($key);
906
+ if ( is_protected_meta( $keyt, 'post' ) )
907
+ continue;
908
+ $values = array_map('trim', get_post_custom_values($key));
909
+ $value = implode($values,', ');
910
+
911
+ /**
912
+ * Filter the HTML output of the li element in the post custom fields list.
913
+ *
914
+ * @since 2.2.0
915
+ *
916
+ * @param string $html The HTML output for the li element.
917
+ * @param string $key Meta key.
918
+ * @param string $value Meta value.
919
+ */
920
+ echo apply_filters( 'the_meta_key', "<li><span class='post-meta-key'>$key:</span> $value</li>\n", $key, $value );
921
+ }
922
+ echo "</ul>\n";
923
+ }
924
+ }
925
+
926
+ //
927
+ // Pages
928
+ //
929
+
930
+ /**
931
+ * Retrieve or display list of pages as a dropdown (select list).
932
+ *
933
+ * @since 2.1.0
934
+ *
935
+ * @param array|string $args Optional. Override default arguments.
936
+ * @return string HTML content, if not displaying.
937
+ */
938
+ function wp_dropdown_pages( $args = '' ) {
939
+ $defaults = array(
940
+ 'depth' => 0, 'child_of' => 0,
941
+ 'selected' => 0, 'echo' => 1,
942
+ 'name' => 'page_id', 'id' => '',
943
+ 'show_option_none' => '', 'show_option_no_change' => '',
944
+ 'option_none_value' => ''
945
+ );
946
+
947
+ $r = wp_parse_args( $args, $defaults );
948
+
949
+ $pages = get_pages( $r );
950
+ $output = '';
951
+ // Back-compat with old system where both id and name were based on $name argument
952
+ if ( empty( $r['id'] ) ) {
953
+ $r['id'] = $r['name'];
954
+ }
955
+
956
+ if ( ! empty( $pages ) ) {
957
+ $output = "<select name='" . esc_attr( $r['name'] ) . "' id='" . esc_attr( $r['id'] ) . "'>\n";
958
+ if ( $r['show_option_no_change'] ) {
959
+ $output .= "\t<option value=\"-1\">" . $r['show_option_no_change'] . "</option>\n";
960
+ }
961
+ if ( $r['show_option_none'] ) {
962
+ $output .= "\t<option value=\"" . esc_attr( $r['option_none_value'] ) . '">' . $r['show_option_none'] . "</option>\n";
963
+ }
964
+ $output .= walk_page_dropdown_tree( $pages, $r['depth'], $r );
965
+ $output .= "</select>\n";
966
+ }
967
+
968
+ /**
969
+ * Filter the HTML output of a list of pages as a drop down.
970
+ *
971
+ * @since 2.1.0
972
+ *
973
+ * @param string $output HTML output for drop down list of pages.
974
+ */
975
+ $html = apply_filters( 'wp_dropdown_pages', $output );
976
+
977
+ if ( $r['echo'] ) {
978
+ echo $html;
979
+ }
980
+ return $html;
981
+ }
982
+
983
+ /**
984
+ * Retrieve or display list of pages in list (li) format.
985
+ *
986
+ * @since 1.5.0
987
+ *
988
+ * @see get_pages()
989
+ *
990
+ * @param array|string $args {
991
+ * Array or string of arguments. Optional.
992
+ *
993
+ * @type int $child_of Display only the sub-pages of a single page by ID. Default 0 (all pages).
994
+ * @type string $authors Comma-separated list of author IDs. Default empty (all authors).
995
+ * @type string $date_format PHP date format to use for the listed pages. Relies on the 'show_date' parameter.
996
+ * Default is the value of 'date_format' option.
997
+ * @type int $depth Number of levels in the hierarchy of pages to include in the generated list.
998
+ * Accepts -1 (any depth), 0 (all pages), 1 (top-level pages only), and n (pages to
999
+ * the given n depth). Default 0.
1000
+ * @type bool $echo Whether or not to echo the list of pages. Default true.
1001
+ * @type string $exclude Comma-separated list of page IDs to exclude. Default empty.
1002
+ * @type array $include Comma-separated list of page IDs to include. Default empty.
1003
+ * @type string $link_after Text or HTML to follow the page link label. Default null.
1004
+ * @type string $link_before Text or HTML to precede the page link label. Default null.
1005
+ * @type string $post_type Post type to query for. Default 'page'.
1006
+ * @type string $post_status Comma-separated list of post statuses to include. Default 'publish'.
1007
+ * @type string $show_date Whether to display the page publish or modified date for each page. Accepts
1008
+ * 'modified' or any other value. An empty value hides the date. Default empty.
1009
+ * @type string $sort_column Comma-separated list of column names to sort the pages by. Accepts 'post_author',
1010
+ * 'post_date', 'post_title', 'post_name', 'post_modified', 'post_modified_gmt',
1011
+ * 'menu_order', 'post_parent', 'ID', 'rand', or 'comment_count'. Default 'post_title'.
1012
+ * @type string $title_li List heading. Passing a null or empty value will result in no heading, and the list
1013
+ * will not be wrapped with unordered list `<ul>` tags. Default 'Pages'.
1014
+ * @type Walker $walker Walker instance to use for listing pages. Default empty (Walker_Page).
1015
+ * }
1016
+ * @return string HTML list of pages.
1017
+ */
1018
+ function wp_list_pages( $args = '' ) {
1019
+ $defaults = array(
1020
+ 'depth' => 0, 'show_date' => '',
1021
+ 'date_format' => get_option( 'date_format' ),
1022
+ 'child_of' => 0, 'exclude' => '',
1023
+ 'title_li' => __( 'Pages' ), 'echo' => 1,
1024
+ 'authors' => '', 'sort_column' => 'menu_order, post_title',
1025
+ 'link_before' => '', 'link_after' => '', 'walker' => '',
1026
+ );
1027
+
1028
+ $r = wp_parse_args( $args, $defaults );
1029
+
1030
+ $output = '';
1031
+ $current_page = 0;
1032
+
1033
+ // sanitize, mostly to keep spaces out
1034
+ $r['exclude'] = preg_replace( '/[^0-9,]/', '', $r['exclude'] );
1035
+
1036
+ // Allow plugins to filter an array of excluded pages (but don't put a nullstring into the array)
1037
+ $exclude_array = ( $r['exclude'] ) ? explode( ',', $r['exclude'] ) : array();
1038
+
1039
+ /**
1040
+ * Filter the array of pages to exclude from the pages list.
1041
+ *
1042
+ * @since 2.1.0
1043
+ *
1044
+ * @param array $exclude_array An array of page IDs to exclude.
1045
+ */
1046
+ $r['exclude'] = implode( ',', apply_filters( 'wp_list_pages_excludes', $exclude_array ) );
1047
+
1048
+ // Query pages.
1049
+ $r['hierarchical'] = 0;
1050
+ $pages = get_pages( $r );
1051
+
1052
+ if ( ! empty( $pages ) ) {
1053
+ if ( $r['title_li'] ) {
1054
+ $output .= '<li class="pagenav">' . $r['title_li'] . '<ul>';
1055
+ }
1056
+ global $wp_query;
1057
+ if ( is_page() || is_attachment() || $wp_query->is_posts_page ) {
1058
+ $current_page = get_queried_object_id();
1059
+ } elseif ( is_singular() ) {
1060
+ $queried_object = get_queried_object();
1061
+ if ( is_post_type_hierarchical( $queried_object->post_type ) ) {
1062
+ $current_page = $queried_object->ID;
1063
+ }
1064
+ }
1065
+
1066
+ $output .= walk_page_tree( $pages, $r['depth'], $current_page, $r );
1067
+
1068
+ if ( $r['title_li'] ) {
1069
+ $output .= '</ul></li>';
1070
+ }
1071
+ }
1072
+
1073
+ /**
1074
+ * Filter the HTML output of the pages to list.
1075
+ *
1076
+ * @since 1.5.1
1077
+ *
1078
+ * @see wp_list_pages()
1079
+ *
1080
+ * @param string $output HTML output of the pages list.
1081
+ * @param array $r An array of page-listing arguments.
1082
+ */
1083
+ $html = apply_filters( 'wp_list_pages', $output, $r );
1084
+
1085
+ if ( $r['echo'] ) {
1086
+ echo $html;
1087
+ } else {
1088
+ return $html;
1089
+ }
1090
+ }
1091
+
1092
+ /**
1093
+ * Display or retrieve list of pages with optional home link.
1094
+ *
1095
+ * The arguments are listed below and part of the arguments are for {@link
1096
+ * wp_list_pages()} function. Check that function for more info on those
1097
+ * arguments.
1098
+ *
1099
+ * @since 2.7.0
1100
+ *
1101
+ * @param array|string $args {
1102
+ * Optional. Arguments to generate a page menu. {@see wp_list_pages()}
1103
+ * for additional arguments.
1104
+ *
1105
+ * @type string $sort_column How to short the list of pages. Accepts post column names.
1106
+ * Default 'menu_order, post_title'.
1107
+ * @type string $menu_class Class to use for the div ID containing the page list. Default 'menu'.
1108
+ * @type bool $echo Whether to echo the list or return it. Accepts true (echo) or false (return).
1109
+ * Default true.
1110
+ * @type string $link_before The HTML or text to prepend to $show_home text. Default empty.
1111
+ * @type string $link_after The HTML or text to append to $show_home text. Default empty.
1112
+ * @type int|string $show_home Whether to display the link to the home page. Can just enter the text
1113
+ * you'd like shown for the home link. 1|true defaults to 'Home'.
1114
+ * }
1115
+ * @return string html menu
1116
+ */
1117
+ function wp_page_menu( $args = array() ) {
1118
+ $defaults = array('sort_column' => 'menu_order, post_title', 'menu_class' => 'menu', 'echo' => true, 'link_before' => '', 'link_after' => '');
1119
+ $args = wp_parse_args( $args, $defaults );
1120
+
1121
+ /**
1122
+ * Filter the arguments used to generate a page-based menu.
1123
+ *
1124
+ * @since 2.7.0
1125
+ *
1126
+ * @see wp_page_menu()
1127
+ *
1128
+ * @param array $args An array of page menu arguments.
1129
+ */
1130
+ $args = apply_filters( 'wp_page_menu_args', $args );
1131
+
1132
+ $menu = '';
1133
+
1134
+ $list_args = $args;
1135
+
1136
+ // Show Home in the menu
1137
+ if ( ! empty($args['show_home']) ) {
1138
+ if ( true === $args['show_home'] || '1' === $args['show_home'] || 1 === $args['show_home'] )
1139
+ $text = __('Home');
1140
+ else
1141
+ $text = $args['show_home'];
1142
+ $class = '';
1143
+ if ( is_front_page() && !is_paged() )
1144
+ $class = 'class="current_page_item"';
1145
+ $menu .= '<li ' . $class . '><a href="' . home_url( '/' ) . '">' . $args['link_before'] . $text . $args['link_after'] . '</a></li>';
1146
+ // If the front page is a page, add it to the exclude list
1147
+ if (get_option('show_on_front') == 'page') {
1148
+ if ( !empty( $list_args['exclude'] ) ) {
1149
+ $list_args['exclude'] .= ',';
1150
+ } else {
1151
+ $list_args['exclude'] = '';
1152
+ }
1153
+ $list_args['exclude'] .= get_option('page_on_front');
1154
+ }
1155
+ }
1156
+
1157
+ $list_args['echo'] = false;
1158
+ $list_args['title_li'] = '';
1159
+ $menu .= str_replace( array( "\r", "\n", "\t" ), '', wp_list_pages($list_args) );
1160
+
1161
+ if ( $menu )
1162
+ $menu = '<ul>' . $menu . '</ul>';
1163
+
1164
+ $menu = '<div class="' . esc_attr($args['menu_class']) . '">' . $menu . "</div>\n";
1165
+
1166
+ /**
1167
+ * Filter the HTML output of a page-based menu.
1168
+ *
1169
+ * @since 2.7.0
1170
+ *
1171
+ * @see wp_page_menu()
1172
+ *
1173
+ * @param string $menu The HTML output.
1174
+ * @param array $args An array of arguments.
1175
+ */
1176
+ $menu = apply_filters( 'wp_page_menu', $menu, $args );
1177
+ if ( $args['echo'] )
1178
+ echo $menu;
1179
+ else
1180
+ return $menu;
1181
+ }
1182
+
1183
+ //
1184
+ // Page helpers
1185
+ //
1186
+
1187
+ /**
1188
+ * Retrieve HTML list content for page list.
1189
+ *
1190
+ * @uses Walker_Page to create HTML list content.
1191
+ * @since 2.1.0
1192
+ * @see Walker_Page::walk() for parameters and return description.
1193
+ */
1194
+ function walk_page_tree($pages, $depth, $current_page, $r) {
1195
+ if ( empty($r['walker']) )
1196
+ $walker = new Walker_Page;
1197
+ else
1198
+ $walker = $r['walker'];
1199
+
1200
+ foreach ( (array) $pages as $page ) {
1201
+ if ( $page->post_parent )
1202
+ $r['pages_with_children'][ $page->post_parent ] = true;
1203
+ }
1204
+
1205
+ $args = array($pages, $depth, $r, $current_page);
1206
+ return call_user_func_array(array($walker, 'walk'), $args);
1207
+ }
1208
+
1209
+ /**
1210
+ * Retrieve HTML dropdown (select) content for page list.
1211
+ *
1212
+ * @uses Walker_PageDropdown to create HTML dropdown content.
1213
+ * @since 2.1.0
1214
+ * @see Walker_PageDropdown::walk() for parameters and return description.
1215
+ */
1216
+ function walk_page_dropdown_tree() {
1217
+ $args = func_get_args();
1218
+ if ( empty($args[2]['walker']) ) // the user's options are the third parameter
1219
+ $walker = new Walker_PageDropdown;
1220
+ else
1221
+ $walker = $args[2]['walker'];
1222
+
1223
+ return call_user_func_array(array($walker, 'walk'), $args);
1224
+ }
1225
+
1226
+ /**
1227
+ * Create HTML list of pages.
1228
+ *
1229
+ * @since 2.1.0
1230
+ * @uses Walker
1231
+ */
1232
+ class Walker_Page extends Walker {
1233
+ /**
1234
+ * @see Walker::$tree_type
1235
+ * @since 2.1.0
1236
+ * @var string
1237
+ */
1238
+ public $tree_type = 'page';
1239
+
1240
+ /**
1241
+ * @see Walker::$db_fields
1242
+ * @since 2.1.0
1243
+ * @todo Decouple this.
1244
+ * @var array
1245
+ */
1246
+ public $db_fields = array ('parent' => 'post_parent', 'id' => 'ID');
1247
+
1248
+ /**
1249
+ * @see Walker::start_lvl()
1250
+ * @since 2.1.0
1251
+ *
1252
+ * @param string $output Passed by reference. Used to append additional content.
1253
+ * @param int $depth Depth of page. Used for padding.
1254
+ * @param array $args
1255
+ */
1256
+ public function start_lvl( &$output, $depth = 0, $args = array() ) {
1257
+ $indent = str_repeat("\t", $depth);
1258
+ $output .= "\n$indent<ul class='children'>\n";
1259
+ }
1260
+
1261
+ /**
1262
+ * @see Walker::end_lvl()
1263
+ * @since 2.1.0
1264
+ *
1265
+ * @param string $output Passed by reference. Used to append additional content.
1266
+ * @param int $depth Depth of page. Used for padding.
1267
+ * @param array $args
1268
+ */
1269
+ public function end_lvl( &$output, $depth = 0, $args = array() ) {
1270
+ $indent = str_repeat("\t", $depth);
1271
+ $output .= "$indent</ul>\n";
1272
+ }
1273
+
1274
+ /**
1275
+ * @see Walker::start_el()
1276
+ * @since 2.1.0
1277
+ *
1278
+ * @param string $output Passed by reference. Used to append additional content.
1279
+ * @param object $page Page data object.
1280
+ * @param int $depth Depth of page. Used for padding.
1281
+ * @param int $current_page Page ID.
1282
+ * @param array $args
1283
+ */
1284
+ public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) {
1285
+ if ( $depth ) {
1286
+ $indent = str_repeat( "\t", $depth );
1287
+ } else {
1288
+ $indent = '';
1289
+ }
1290
+
1291
+ $css_class = array( 'page_item', 'page-item-' . $page->ID );
1292
+
1293
+ if ( isset( $args['pages_with_children'][ $page->ID ] ) ) {
1294
+ $css_class[] = 'page_item_has_children';
1295
+ }
1296
+
1297
+ if ( ! empty( $current_page ) ) {
1298
+ $_current_page = get_post( $current_page );
1299
+ if ( in_array( $page->ID, $_current_page->ancestors ) ) {
1300
+ $css_class[] = 'current_page_ancestor';
1301
+ }
1302
+ if ( $page->ID == $current_page ) {
1303
+ $css_class[] = 'current_page_item';
1304
+ } elseif ( $_current_page && $page->ID == $_current_page->post_parent ) {
1305
+ $css_class[] = 'current_page_parent';
1306
+ }
1307
+ } elseif ( $page->ID == get_option('page_for_posts') ) {
1308
+ $css_class[] = 'current_page_parent';
1309
+ }
1310
+
1311
+ /**
1312
+ * Filter the list of CSS classes to include with each page item in the list.
1313
+ *
1314
+ * @since 2.8.0
1315
+ *
1316
+ * @see wp_list_pages()
1317
+ *
1318
+ * @param array $css_class An array of CSS classes to be applied
1319
+ * to each list item.
1320
+ * @param WP_Post $page Page data object.
1321
+ * @param int $depth Depth of page, used for padding.
1322
+ * @param array $args An array of arguments.
1323
+ * @param int $current_page ID of the current page.
1324
+ */
1325
+ $css_classes = implode( ' ', apply_filters( 'page_css_class', $css_class, $page, $depth, $args, $current_page ) );
1326
+
1327
+ if ( '' === $page->post_title ) {
1328
+ $page->post_title = sprintf( __( '#%d (no title)' ), $page->ID );
1329
+ }
1330
+
1331
+ $args['link_before'] = empty( $args['link_before'] ) ? '' : $args['link_before'];
1332
+ $args['link_after'] = empty( $args['link_after'] ) ? '' : $args['link_after'];
1333
+
1334
+ /** This filter is documented in wp-includes/post-template.php */
1335
+ $output .= $indent . sprintf(
1336
+ '<li class="%s"><a href="%s">%s%s%s</a>',
1337
+ $css_classes,
1338
+ get_permalink( $page->ID ),
1339
+ $args['link_before'],
1340
+ apply_filters( 'the_title', $page->post_title, $page->ID ),
1341
+ $args['link_after']
1342
+ );
1343
+
1344
+ if ( ! empty( $args['show_date'] ) ) {
1345
+ if ( 'modified' == $args['show_date'] ) {
1346
+ $time = $page->post_modified;
1347
+ } else {
1348
+ $time = $page->post_date;
1349
+ }
1350
+
1351
+ $date_format = empty( $args['date_format'] ) ? '' : $args['date_format'];
1352
+ $output .= " " . mysql2date( $date_format, $time );
1353
+ }
1354
+ }
1355
+
1356
+ /**
1357
+ * @see Walker::end_el()
1358
+ * @since 2.1.0
1359
+ *
1360
+ * @param string $output Passed by reference. Used to append additional content.
1361
+ * @param object $page Page data object. Not used.
1362
+ * @param int $depth Depth of page. Not Used.
1363
+ * @param array $args
1364
+ */
1365
+ public function end_el( &$output, $page, $depth = 0, $args = array() ) {
1366
+ $output .= "</li>\n";
1367
+ }
1368
+
1369
+ }
1370
+
1371
+ /**
1372
+ * Create HTML dropdown list of pages.
1373
+ *
1374
+ * @since 2.1.0
1375
+ * @uses Walker
1376
+ */
1377
+ class Walker_PageDropdown extends Walker {
1378
+ /**
1379
+ * @see Walker::$tree_type
1380
+ * @since 2.1.0
1381
+ * @var string
1382
+ */
1383
+ public $tree_type = 'page';
1384
+
1385
+ /**
1386
+ * @see Walker::$db_fields
1387
+ * @since 2.1.0
1388
+ * @todo Decouple this
1389
+ * @var array
1390
+ */
1391
+ public $db_fields = array ('parent' => 'post_parent', 'id' => 'ID');
1392
+
1393
+ /**
1394
+ * @see Walker::start_el()
1395
+ * @since 2.1.0
1396
+ *
1397
+ * @param string $output Passed by reference. Used to append additional content.
1398
+ * @param object $page Page data object.
1399
+ * @param int $depth Depth of page in reference to parent pages. Used for padding.
1400
+ * @param array $args Uses 'selected' argument for selected page to set selected HTML attribute for option element.
1401
+ * @param int $id
1402
+ */
1403
+ public function start_el( &$output, $page, $depth = 0, $args = array(), $id = 0 ) {
1404
+ $pad = str_repeat('&nbsp;', $depth * 3);
1405
+
1406
+ $output .= "\t<option class=\"level-$depth\" value=\"$page->ID\"";
1407
+ if ( $page->ID == $args['selected'] )
1408
+ $output .= ' selected="selected"';
1409
+ $output .= '>';
1410
+
1411
+ $title = $page->post_title;
1412
+ if ( '' === $title ) {
1413
+ $title = sprintf( __( '#%d (no title)' ), $page->ID );
1414
+ }
1415
+
1416
+ /**
1417
+ * Filter the page title when creating an HTML drop-down list of pages.
1418
+ *
1419
+ * @since 3.1.0
1420
+ *
1421
+ * @param string $title Page title.
1422
+ * @param object $page Page data object.
1423
+ */
1424
+ $title = apply_filters( 'list_pages', $title, $page );
1425
+ $output .= $pad . esc_html( $title );
1426
+ $output .= "</option>\n";
1427
+ }
1428
+ }
1429
+
1430
+ //
1431
+ // Attachments
1432
+ //
1433
+
1434
+ /**
1435
+ * Display an attachment page link using an image or icon.
1436
+ *
1437
+ * @since 2.0.0
1438
+ *
1439
+ * @param int|WP_Post $id Optional. Post ID or post object.
1440
+ * @param bool $fullsize Optional, default is false. Whether to use full size.
1441
+ * @param bool $deprecated Deprecated. Not used.
1442
+ * @param bool $permalink Optional, default is false. Whether to include permalink.
1443
+ */
1444
+ function the_attachment_link( $id = 0, $fullsize = false, $deprecated = false, $permalink = false ) {
1445
+ if ( !empty( $deprecated ) )
1446
+ _deprecated_argument( __FUNCTION__, '2.5' );
1447
+
1448
+ if ( $fullsize )
1449
+ echo wp_get_attachment_link($id, 'full', $permalink);
1450
+ else
1451
+ echo wp_get_attachment_link($id, 'thumbnail', $permalink);
1452
+ }
1453
+
1454
+ /**
1455
+ * Retrieve an attachment page link using an image or icon, if possible.
1456
+ *
1457
+ * @since 2.5.0
1458
+ * @uses apply_filters() Calls 'wp_get_attachment_link' filter on HTML content with same parameters as function.
1459
+ *
1460
+ * @param int|WP_Post $id Optional. Post ID or post object.
1461
+ * @param string $size Optional, default is 'thumbnail'. Size of image, either array or string.
1462
+ * @param bool $permalink Optional, default is false. Whether to add permalink to image.
1463
+ * @param bool $icon Optional, default is false. Whether to include icon.
1464
+ * @param string|bool $text Optional, default is false. If string, then will be link text.
1465
+ * @return string HTML content.
1466
+ */
1467
+ function wp_get_attachment_link( $id = 0, $size = 'thumbnail', $permalink = false, $icon = false, $text = false ) {
1468
+ $id = intval( $id );
1469
+ $_post = get_post( $id );
1470
+
1471
+ if ( empty( $_post ) || ( 'attachment' != $_post->post_type ) || ! $url = wp_get_attachment_url( $_post->ID ) )
1472
+ return __( 'Missing Attachment' );
1473
+
1474
+ if ( $permalink )
1475
+ $url = get_attachment_link( $_post->ID );
1476
+
1477
+ if ( $text )
1478
+ $link_text = $text;
1479
+ elseif ( $size && 'none' != $size )
1480
+ $link_text = wp_get_attachment_image( $id, $size, $icon );
1481
+ else
1482
+ $link_text = '';
1483
+
1484
+ if ( trim( $link_text ) == '' )
1485
+ $link_text = $_post->post_title;
1486
+
1487
+ /**
1488
+ * Filter a retrieved attachment page link.
1489
+ *
1490
+ * @since 2.7.0
1491
+ *
1492
+ * @param string $link_html The page link HTML output.
1493
+ * @param int $id Post ID.
1494
+ * @param string $size Image size. Default 'thumbnail'.
1495
+ * @param bool $permalink Whether to add permalink to image. Default false.
1496
+ * @param bool $icon Whether to include an icon. Default false.
1497
+ * @param string|bool $text If string, will be link text. Default false.
1498
+ */
1499
+ return apply_filters( 'wp_get_attachment_link', "<a href='$url'>$link_text</a>", $id, $size, $permalink, $icon, $text );
1500
+ }
1501
+
1502
+ /**
1503
+ * Wrap attachment in <<p>> element before content.
1504
+ *
1505
+ * @since 2.0.0
1506
+ *
1507
+ * @param string $content
1508
+ * @return string
1509
+ */
1510
+ function prepend_attachment($content) {
1511
+ $post = get_post();
1512
+
1513
+ if ( empty($post->post_type) || $post->post_type != 'attachment' )
1514
+ return $content;
1515
+
1516
+ if ( 0 === strpos( $post->post_mime_type, 'video' ) ) {
1517
+ $meta = wp_get_attachment_metadata( get_the_ID() );
1518
+ $atts = array( 'src' => wp_get_attachment_url() );
1519
+ if ( ! empty( $meta['width'] ) && ! empty( $meta['height'] ) ) {
1520
+ $atts['width'] = (int) $meta['width'];
1521
+ $atts['height'] = (int) $meta['height'];
1522
+ }
1523
+ if ( has_post_thumbnail() ) {
1524
+ $atts['poster'] = wp_get_attachment_url( get_post_thumbnail_id() );
1525
+ }
1526
+ $p = wp_video_shortcode( $atts );
1527
+ } elseif ( 0 === strpos( $post->post_mime_type, 'audio' ) ) {
1528
+ $p = wp_audio_shortcode( array( 'src' => wp_get_attachment_url() ) );
1529
+ } else {
1530
+ $p = '<p class="attachment">';
1531
+ // show the medium sized image representation of the attachment if available, and link to the raw file
1532
+ $p .= wp_get_attachment_link(0, 'medium', false);
1533
+ $p .= '</p>';
1534
+ }
1535
+
1536
+ /**
1537
+ * Filter the attachment markup to be prepended to the post content.
1538
+ *
1539
+ * @since 2.0.0
1540
+ *
1541
+ * @see prepend_attachment()
1542
+ *
1543
+ * @param string $p The attachment HTML output.
1544
+ */
1545
+ $p = apply_filters( 'prepend_attachment', $p );
1546
+
1547
+ return "$p\n$content";
1548
+ }
1549
+
1550
+ //
1551
+ // Misc
1552
+ //
1553
+
1554
+ /**
1555
+ * Retrieve protected post password form content.
1556
+ *
1557
+ * @since 1.0.0
1558
+ *
1559
+ * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
1560
+ * @return string HTML content for password form for password protected post.
1561
+ */
1562
+ function get_the_password_form( $post = 0 ) {
1563
+ $post = get_post( $post );
1564
+ $label = 'pwbox-' . ( empty($post->ID) ? rand() : $post->ID );
1565
+ $output = '<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" class="post-password-form" method="post">
1566
+ <p>' . __( 'This content is password protected. To view it please enter your password below:' ) . '</p>
1567
+ <p><label for="' . $label . '">' . __( 'Password:' ) . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . esc_attr__( 'Submit' ) . '" /></p></form>
1568
+ ';
1569
+
1570
+ /**
1571
+ * Filter the HTML output for the protected post password form.
1572
+ *
1573
+ * If modifying the password field, please note that the core database schema
1574
+ * limits the password field to 20 characters regardless of the value of the
1575
+ * size attribute in the form input.
1576
+ *
1577
+ * @since 2.7.0
1578
+ *
1579
+ * @param string $output The password form HTML output.
1580
+ */
1581
+ return apply_filters( 'the_password_form', $output );
1582
+ }
1583
+
1584
+ /**
1585
+ * Whether currently in a page template.
1586
+ *
1587
+ * This template tag allows you to determine if you are in a page template.
1588
+ * You can optionally provide a template name and then the check will be
1589
+ * specific to that template.
1590
+ *
1591
+ * @since 2.5.0
1592
+ * @uses $wp_query
1593
+ *
1594
+ * @param string $template The specific template name if specific matching is required.
1595
+ * @return bool True on success, false on failure.
1596
+ */
1597
+ function is_page_template( $template = '' ) {
1598
+ if ( ! is_page() )
1599
+ return false;
1600
+
1601
+ $page_template = get_page_template_slug( get_queried_object_id() );
1602
+
1603
+ if ( empty( $template ) )
1604
+ return (bool) $page_template;
1605
+
1606
+ if ( $template == $page_template )
1607
+ return true;
1608
+
1609
+ if ( 'default' == $template && ! $page_template )
1610
+ return true;
1611
+
1612
+ return false;
1613
+ }
1614
+
1615
+ /**
1616
+ * Get the specific template name for a page.
1617
+ *
1618
+ * @since 3.4.0
1619
+ *
1620
+ * @param int $post_id Optional. The page ID to check. Defaults to the current post, when used in the loop.
1621
+ * @return string|bool Page template filename. Returns an empty string when the default page template
1622
+ * is in use. Returns false if the post is not a page.
1623
+ */
1624
+ function get_page_template_slug( $post_id = null ) {
1625
+ $post = get_post( $post_id );
1626
+ if ( ! $post || 'page' != $post->post_type )
1627
+ return false;
1628
+ $template = get_post_meta( $post->ID, '_wp_page_template', true );
1629
+ if ( ! $template || 'default' == $template )
1630
+ return '';
1631
+ return $template;
1632
+ }
1633
+
1634
+ /**
1635
+ * Retrieve formatted date timestamp of a revision (linked to that revisions's page).
1636
+ *
1637
+ * @since 2.6.0
1638
+ *
1639
+ * @uses date_i18n()
1640
+ *
1641
+ * @param int|object $revision Revision ID or revision object.
1642
+ * @param bool $link Optional, default is true. Link to revisions's page?
1643
+ * @return string i18n formatted datetimestamp or localized 'Current Revision'.
1644
+ */
1645
+ function wp_post_revision_title( $revision, $link = true ) {
1646
+ if ( !$revision = get_post( $revision ) )
1647
+ return $revision;
1648
+
1649
+ if ( !in_array( $revision->post_type, array( 'post', 'page', 'revision' ) ) )
1650
+ return false;
1651
+
1652
+ /* translators: revision date format, see http://php.net/date */
1653
+ $datef = _x( 'j F, Y @ G:i', 'revision date format');
1654
+ /* translators: 1: date */
1655
+ $autosavef = _x( '%1$s [Autosave]', 'post revision title extra' );
1656
+ /* translators: 1: date */
1657
+ $currentf = _x( '%1$s [Current Revision]', 'post revision title extra' );
1658
+
1659
+ $date = date_i18n( $datef, strtotime( $revision->post_modified ) );
1660
+ if ( $link && current_user_can( 'edit_post', $revision->ID ) && $link = get_edit_post_link( $revision->ID ) )
1661
+ $date = "<a href='$link'>$date</a>";
1662
+
1663
+ if ( !wp_is_post_revision( $revision ) )
1664
+ $date = sprintf( $currentf, $date );
1665
+ elseif ( wp_is_post_autosave( $revision ) )
1666
+ $date = sprintf( $autosavef, $date );
1667
+
1668
+ return $date;
1669
+ }
1670
+
1671
+ /**
1672
+ * Retrieve formatted date timestamp of a revision (linked to that revisions's page).
1673
+ *
1674
+ * @since 3.6.0
1675
+ *
1676
+ * @uses date_i18n()
1677
+ *
1678
+ * @param int|object $revision Revision ID or revision object.
1679
+ * @param bool $link Optional, default is true. Link to revisions's page?
1680
+ * @return string gravatar, user, i18n formatted datetimestamp or localized 'Current Revision'.
1681
+ */
1682
+ function wp_post_revision_title_expanded( $revision, $link = true ) {
1683
+ if ( !$revision = get_post( $revision ) )
1684
+ return $revision;
1685
+
1686
+ if ( !in_array( $revision->post_type, array( 'post', 'page', 'revision' ) ) )
1687
+ return false;
1688
+
1689
+ $author = get_the_author_meta( 'display_name', $revision->post_author );
1690
+ /* translators: revision date format, see http://php.net/date */
1691
+ $datef = _x( 'j F, Y @ G:i:s', 'revision date format');
1692
+
1693
+ $gravatar = get_avatar( $revision->post_author, 24 );
1694
+
1695
+ $date = date_i18n( $datef, strtotime( $revision->post_modified ) );
1696
+ if ( $link && current_user_can( 'edit_post', $revision->ID ) && $link = get_edit_post_link( $revision->ID ) )
1697
+ $date = "<a href='$link'>$date</a>";
1698
+
1699
+ $revision_date_author = sprintf(
1700
+ /* translators: post revision title: 1: author avatar, 2: author name, 3: time ago, 4: date */
1701
+ _x( '%1$s %2$s, %3$s ago (%4$s)', 'post revision title' ),
1702
+ $gravatar,
1703
+ $author,
1704
+ human_time_diff( strtotime( $revision->post_modified ), current_time( 'timestamp' ) ),
1705
+ $date
1706
+ );
1707
+
1708
+ $autosavef = __( '%1$s [Autosave]' );
1709
+ $currentf = __( '%1$s [Current Revision]' );
1710
+
1711
+ if ( !wp_is_post_revision( $revision ) )
1712
+ $revision_date_author = sprintf( $currentf, $revision_date_author );
1713
+ elseif ( wp_is_post_autosave( $revision ) )
1714
+ $revision_date_author = sprintf( $autosavef, $revision_date_author );
1715
+
1716
+ return $revision_date_author;
1717
+ }
1718
+
1719
+ /**
1720
+ * Display list of a post's revisions.
1721
+ *
1722
+ * Can output either a UL with edit links or a TABLE with diff interface, and
1723
+ * restore action links.
1724
+ *
1725
+ * @since 2.6.0
1726
+ *
1727
+ * @uses wp_get_post_revisions()
1728
+ * @uses wp_post_revision_title_expanded()
1729
+ * @uses get_edit_post_link()
1730
+ * @uses get_the_author_meta()
1731
+ *
1732
+ * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post.
1733
+ * @param string $type 'all' (default), 'revision' or 'autosave'
1734
+ * @return null
1735
+ */
1736
+ function wp_list_post_revisions( $post_id = 0, $type = 'all' ) {
1737
+ if ( ! $post = get_post( $post_id ) )
1738
+ return;
1739
+
1740
+ // $args array with (parent, format, right, left, type) deprecated since 3.6
1741
+ if ( is_array( $type ) ) {
1742
+ $type = ! empty( $type['type'] ) ? $type['type'] : $type;
1743
+ _deprecated_argument( __FUNCTION__, '3.6' );
1744
+ }
1745
+
1746
+ if ( ! $revisions = wp_get_post_revisions( $post->ID ) )
1747
+ return;
1748
+
1749
+ $rows = '';
1750
+ foreach ( $revisions as $revision ) {
1751
+ if ( ! current_user_can( 'read_post', $revision->ID ) )
1752
+ continue;
1753
+
1754
+ $is_autosave = wp_is_post_autosave( $revision );
1755
+ if ( ( 'revision' === $type && $is_autosave ) || ( 'autosave' === $type && ! $is_autosave ) )
1756
+ continue;
1757
+
1758
+ $rows .= "\t<li>" . wp_post_revision_title_expanded( $revision ) . "</li>\n";
1759
+ }
1760
+
1761
+ echo "<div class='hide-if-js'><p>" . __( 'JavaScript must be enabled to use this feature.' ) . "</p></div>\n";
1762
+
1763
+ echo "<ul class='post-revisions hide-if-no-js'>\n";
1764
+ echo $rows;
1765
+ echo "</ul>";
1766
+ }