├── .nvmrc
├── .npmrc
├── wp-cli.yml
├── tests
├── phpunit
│ ├── data
│ │ ├── pomo
│ │ │ ├── empty.po
│ │ │ ├── plural.mo
│ │ │ ├── simple.mo
│ │ │ ├── context.mo
│ │ │ ├── overload.mo
│ │ │ ├── de_DE-2.8.mo
│ │ │ ├── bad_nplurals.mo
│ │ │ └── windows-line-endings.po
│ │ ├── themedir1
│ │ │ ├── broken-theme
│ │ │ │ └── .nodelete
│ │ │ ├── default
│ │ │ │ ├── template-part.php
│ │ │ │ ├── index.php
│ │ │ │ └── comments.php
│ │ │ ├── subdir
│ │ │ │ ├── theme with spaces
│ │ │ │ │ ├── index.php
│ │ │ │ │ └── style.css
│ │ │ │ └── theme2
│ │ │ │ │ ├── functions.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ └── style.css
│ │ │ ├── page-templates
│ │ │ │ ├── 38766
│ │ │ │ │ ├── trailing-comma-post-types.php
│ │ │ │ │ ├── trailing-period-post-types.php
│ │ │ │ │ ├── no-trailing-period-post-types.php
│ │ │ │ │ ├── trailing-period-whitespace-post-types.php
│ │ │ │ │ ├── trailing-whitespace-period-post-types.php
│ │ │ │ │ └── tilde-post-types.php
│ │ │ │ ├── index.php
│ │ │ │ ├── template-top-level.php
│ │ │ │ ├── subdir
│ │ │ │ │ ├── template-sub-dir.php
│ │ │ │ │ └── template-sub-dir-post-types.php
│ │ │ │ ├── template-header.php
│ │ │ │ ├── template-top-level-post-types.php
│ │ │ │ └── style.css
│ │ │ ├── internationalized-theme
│ │ │ │ ├── index.php
│ │ │ │ ├── functions.php
│ │ │ │ └── style.css
│ │ │ ├── camelCase
│ │ │ │ ├── index.php
│ │ │ │ └── style.css
│ │ │ ├── sandbox
│ │ │ │ ├── index.php
│ │ │ │ └── functions.php
│ │ │ ├── theme1
│ │ │ │ ├── index.php
│ │ │ │ ├── functions.php
│ │ │ │ └── style.css
│ │ │ ├── child-parent-itself
│ │ │ │ └── style.css
│ │ │ ├── theme1-dupe
│ │ │ │ ├── index.php
│ │ │ │ ├── functions.php
│ │ │ │ └── style.css
│ │ │ ├── page-templates-child
│ │ │ │ ├── subdir
│ │ │ │ │ └── template-sub-dir-post-types-child.php
│ │ │ │ ├── template-top-level-post-types-child.php
│ │ │ │ └── style.css
│ │ │ └── stylesheetonly
│ │ │ │ └── style.css
│ │ ├── blocks
│ │ │ ├── fixtures
│ │ │ │ ├── core__block.server.html
│ │ │ │ ├── core__more.server.html
│ │ │ │ ├── core__archives.serialized.html
│ │ │ │ ├── core__block.html
│ │ │ │ ├── core__nextpage.server.html
│ │ │ │ ├── core__block.serialized.html
│ │ │ │ ├── core__categories.serialized.html
│ │ │ │ ├── core__4-invalid-starting-letter.html
│ │ │ │ ├── core__invalid-Capitals.html
│ │ │ │ ├── core__invalid-special.html
│ │ │ │ ├── core__latest-posts.serialized.html
│ │ │ │ ├── core__shortcode.server.html
│ │ │ │ ├── core__invalid-Capitals.server.html
│ │ │ │ ├── core__invalid-special.server.html
│ │ │ │ ├── core__latest-comments.serialized.html
│ │ │ │ ├── core__4-invalid-starting-letter.server.html
│ │ │ │ ├── core__separator.server.html
│ │ │ │ ├── core__heading__h2-em.server.html
│ │ │ │ ├── core__invalid-special.serialized.html
│ │ │ │ ├── core__4-invalid-starting-letter.serialized.html
│ │ │ │ ├── core__invalid-Capitals.serialized.html
│ │ │ │ ├── core__more.html
│ │ │ │ ├── core__more.serialized.html
│ │ │ │ ├── core__paragraph__deprecated.server.html
│ │ │ │ ├── core__archives.html
│ │ │ │ ├── core__archives__showPostCounts.serialized.html
│ │ │ │ ├── core__latest-posts.html
│ │ │ │ ├── core__latest-posts.server.html
│ │ │ │ ├── core__nextpage.html
│ │ │ │ ├── core__nextpage.serialized.html
│ │ │ │ ├── core__subhead.server.html
│ │ │ │ ├── core__verse.server.html
│ │ │ │ ├── core__archives.server.html
│ │ │ │ ├── core__archives__showPostCounts.html
│ │ │ │ ├── core__latest-posts__displayPostDate.serialized.html
│ │ │ │ ├── core__more__custom-text-teaser.server.html
│ │ │ │ ├── core__heading__h2.server.html
│ │ │ │ ├── core__shortcode.html
│ │ │ │ ├── core__shortcode.serialized.html
│ │ │ │ ├── core__latest-posts__displayPostDate.html
│ │ │ │ ├── core__spacer.server.html
│ │ │ │ ├── core__archives__showPostCounts.server.html
│ │ │ │ ├── core__separator.html
│ │ │ │ ├── core__separator.serialized.html
│ │ │ │ ├── core__categories.html
│ │ │ │ ├── core__heading__h2-em.html
│ │ │ │ ├── core__heading__h2-em.serialized.html
│ │ │ │ ├── core__html.server.html
│ │ │ │ ├── core__latest-comments.html
│ │ │ │ ├── core__paragraph__deprecated.html
│ │ │ │ ├── core__image.server.html
│ │ │ │ ├── core__latest-posts__displayPostDate.server.html
│ │ │ │ ├── core__preformatted.server.html
│ │ │ │ ├── core__categories.server.html
│ │ │ │ ├── core__paragraph__deprecated.serialized.html
│ │ │ │ ├── core__subhead.html
│ │ │ │ ├── core__subhead.serialized.html
│ │ │ │ ├── core__verse.html
│ │ │ │ ├── core__verse.serialized.html
│ │ │ │ ├── core__spacer.html
│ │ │ │ ├── core__text__converts-to-paragraph.server.html
│ │ │ │ ├── core__video.server.html
│ │ │ │ ├── core__heading__h2.html
│ │ │ │ ├── core__latest-comments.server.html
│ │ │ │ ├── core__file__no-download-button.server.html
│ │ │ │ ├── core__heading__h2.serialized.html
│ │ │ │ ├── core__paragraph__align-right.server.html
│ │ │ │ ├── core__spacer.serialized.html
│ │ │ │ ├── core__freeform__undelimited.html
│ │ │ │ ├── core__html.html
│ │ │ │ ├── core__html.serialized.html
│ │ │ │ ├── core__freeform.serialized.html
│ │ │ │ ├── core__freeform.server.html
│ │ │ │ ├── core__freeform__undelimited.server.html
│ │ │ │ ├── core__image.html
│ │ │ │ ├── core__image.serialized.html
│ │ │ │ ├── core__missing.server.html
│ │ │ │ ├── core__code.server.html
│ │ │ │ ├── core__freeform__undelimited.serialized.html
│ │ │ │ ├── core__image__custom-link.server.html
│ │ │ │ ├── core__text__converts-to-paragraph.html
│ │ │ │ ├── core__video.html
│ │ │ │ ├── core__video.serialized.html
│ │ │ │ ├── core__preformatted.html
│ │ │ │ ├── core__preformatted.serialized.html
│ │ │ │ ├── core__column.server.html
│ │ │ │ ├── core__image__media-link.server.html
│ │ │ │ ├── core__more__custom-text-teaser.html
│ │ │ │ ├── core__more__custom-text-teaser.serialized.html
│ │ │ │ ├── core__text__converts-to-paragraph.serialized.html
│ │ │ │ ├── core__button__center.server.html
│ │ │ │ ├── core__image__attachment-link.server.html
│ │ │ │ ├── core__code.serialized.html
│ │ │ │ ├── core__file__no-text-link.server.html
│ │ │ │ ├── core__pullquote.server.html
│ │ │ │ ├── core__quote__style-2.server.html
│ │ │ │ ├── core__code.html
│ │ │ │ ├── core__freeform.html
│ │ │ │ ├── core__audio.server.html
│ │ │ │ ├── core__paragraph__align-right.html
│ │ │ │ ├── core__paragraph__align-right.serialized.html
│ │ │ │ ├── core__pullquote.serialized.html
│ │ │ │ ├── core__cover.server.html
│ │ │ │ ├── core__embed.server.html
│ │ │ │ ├── core__image__custom-link.serialized.html
│ │ │ │ ├── core__image__custom-link.html
│ │ │ │ ├── core__pullquote.html
│ │ │ │ ├── core__button__center.html
│ │ │ │ ├── core__button__center.serialized.html
│ │ │ │ ├── core__cover-image.server.html
│ │ │ │ ├── core__image__media-link.html
│ │ │ │ ├── core__image__media-link.serialized.html
│ │ │ │ ├── core__pullquote__multi-paragraph.serialized.html
│ │ │ │ ├── core__audio.serialized.html
│ │ │ │ ├── core__missing.html
│ │ │ │ ├── core__image__attachment-link.html
│ │ │ │ ├── core__image__attachment-link.serialized.html
│ │ │ │ ├── core__missing.serialized.html
│ │ │ │ ├── core__text-columns.serialized.html
│ │ │ │ ├── core__audio.html
│ │ │ │ ├── core__nextpage.json
│ │ │ │ ├── core__pullquote__multi-paragraph.server.html
│ │ │ │ ├── core__quote__style-2.html
│ │ │ │ ├── core__quote__style-2.serialized.html
│ │ │ │ ├── core__text-columns.server.html
│ │ │ │ ├── core__embed.serialized.html
│ │ │ │ ├── core__image__center-caption.server.html
│ │ │ │ ├── core__file__no-download-button.html
│ │ │ │ ├── core__block.json
│ │ │ │ ├── core__file__no-download-button.serialized.html
│ │ │ │ ├── core__list__ul.server.html
│ │ │ │ ├── core__separator.json
│ │ │ │ ├── core__column.html
│ │ │ │ ├── core__column.serialized.html
│ │ │ │ ├── core__cover.serialized.html
│ │ │ │ ├── core__embed.html
│ │ │ │ ├── core__more.json
│ │ │ │ ├── core__4-invalid-starting-letter.parsed.json
│ │ │ │ ├── core__archives.parsed.json
│ │ │ │ ├── core__file__new-window.server.html
│ │ │ │ ├── core__file__no-text-link.serialized.html
│ │ │ │ ├── core__image__center-caption.serialized.html
│ │ │ │ ├── core__invalid-special.parsed.json
│ │ │ │ ├── core__pullquote__multi-paragraph.html
│ │ │ │ ├── core__cover.html
│ │ │ │ ├── core__invalid-Capitals.parsed.json
│ │ │ │ ├── core__image__center-caption.html
│ │ │ │ ├── core__list__ul.html
│ │ │ │ ├── core__archives__showPostCounts.parsed.json
│ │ │ │ ├── core__file__no-text-link.html
│ │ │ │ ├── core__cover-image.serialized.html
│ │ │ │ ├── core__list__ul.serialized.html
│ │ │ │ ├── core__text-columns.html
│ │ │ │ ├── core__gallery.serialized.html
│ │ │ │ ├── core__shortcode.json
│ │ │ │ ├── core__archives.json
│ │ │ │ ├── core__cover-image.html
│ │ │ │ ├── core__quote__style-1.server.html
│ │ │ │ ├── core__archives__showPostCounts.json
│ │ │ │ ├── core__gallery__columns.serialized.html
│ │ │ │ ├── core__spacer.json
│ │ │ │ ├── core__4-invalid-starting-letter.json
│ │ │ │ ├── core__subhead.json
│ │ │ │ ├── core__invalid-Capitals.json
│ │ │ │ ├── core__invalid-special.json
│ │ │ │ ├── core__verse.json
│ │ │ │ ├── core__gallery.server.html
│ │ │ │ ├── core__heading__h2-em.json
│ │ │ │ ├── core__categories.json
│ │ │ │ ├── core__gallery__columns.server.html
│ │ │ │ ├── core__quote__style-1.html
│ │ │ │ ├── core__quote__style-1.serialized.html
│ │ │ │ └── core__media-text__video.server.html
│ │ │ └── do-blocks-expected.html
│ │ ├── theme-file-child
│ │ │ ├── child-only.php
│ │ │ ├── parent-and-child.php
│ │ │ └── style.css
│ │ ├── theme-file-parent
│ │ │ ├── parent-only.php
│ │ │ ├── parent-and-child.php
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── 33772.jpg
│ │ │ ├── a2-small.jpg
│ │ │ ├── canola.jpg
│ │ │ ├── waffles.jpg
│ │ │ ├── test-image.bmp
│ │ │ ├── test-image.gif
│ │ │ ├── test-image.ico
│ │ │ ├── test-image.jp2
│ │ │ ├── test-image.jpg
│ │ │ ├── test-image.pct
│ │ │ ├── test-image.png
│ │ │ ├── test-image.psd
│ │ │ ├── test-image.sgi
│ │ │ ├── test-image.tga
│ │ │ ├── codeispoetry.png
│ │ │ ├── test-image.tiff
│ │ │ ├── transparent.png
│ │ │ ├── gradient-square.jpg
│ │ │ ├── test-image-cmyk.jpg
│ │ │ ├── test-image-iptc.jpg
│ │ │ ├── test-image-lzw.tiff
│ │ │ ├── test-image-zip.tiff
│ │ │ ├── 2007-06-17DSC_4173.JPG
│ │ │ ├── test-image-large.png
│ │ │ ├── 2004-07-22-DSC_0007.jpg
│ │ │ ├── 2004-07-22-DSC_0008.jpg
│ │ │ ├── test-image-grayscale.jpg
│ │ │ ├── test-image-mime-jpg.png
│ │ │ ├── test-image-no-extension
│ │ │ ├── wordpress-gsoc-flyer.pdf
│ │ │ ├── one-blue-pixel-100x100.png
│ │ │ ├── test-image-upside-down.jpg
│ │ │ └── one-blue-pixel-1-100x100.png
│ │ ├── formatting
│ │ │ ├── big5.txt
│ │ │ ├── utf-8
│ │ │ │ ├── utf-8.txt
│ │ │ │ └── urlencoded.txt
│ │ │ ├── whole-posts.php
│ │ │ ├── remove_accents.01.input.txt
│ │ │ └── cr-line-endings-file-header.php
│ │ ├── languages
│ │ │ ├── de_DE.mo
│ │ │ ├── en_GB.mo
│ │ │ ├── es_ES.mo
│ │ │ ├── ja_JP.mo
│ │ │ ├── admin-en_GB.mo
│ │ │ ├── admin-es_ES.mo
│ │ │ ├── admin-network-en_GB.mo
│ │ │ ├── admin-network-es_ES.mo
│ │ │ ├── continents-cities-es_ES.mo
│ │ │ ├── themes
│ │ │ │ └── internationalized-theme-de_DE.mo
│ │ │ └── plugins
│ │ │ │ └── internationalized-plugin-de_DE.mo
│ │ ├── uploads
│ │ │ ├── dashicons.woff
│ │ │ ├── small-audio.flac
│ │ │ ├── small-audio.mp3
│ │ │ ├── small-video.mkv
│ │ │ ├── small-video.mov
│ │ │ ├── small-video.mp4
│ │ │ ├── small-video.webm
│ │ │ ├── pages-to-word.docx
│ │ │ ├── test.tsv
│ │ │ ├── video-play.svg
│ │ │ └── test.rtf
│ │ └── plugins
│ │ │ └── internationalized-plugin.php
│ ├── includes
│ │ └── listener-loader.php
│ └── tests
│ │ ├── http
│ │ └── streams.php
│ │ ├── formatting
│ │ └── Zeroise.php
│ │ ├── category
│ │ └── getCategories.php
│ │ └── query
│ │ └── verboseRewriteRules.php
└── e2e
│ ├── jest.config.js
│ └── specs
│ └── hello.test.js
├── src
├── wp-content
│ ├── index.php
│ ├── plugins
│ │ └── index.php
│ └── themes
│ │ ├── index.php
│ │ ├── twentynineteen
│ │ ├── sass
│ │ │ ├── forms
│ │ │ │ └── _forms.scss
│ │ │ ├── variables-site
│ │ │ │ ├── _variables-site.scss
│ │ │ │ └── _transitions.scss
│ │ │ ├── layout
│ │ │ │ └── _layout.scss
│ │ │ ├── elements
│ │ │ │ └── _tables.scss
│ │ │ └── navigation
│ │ │ │ ├── _menu-footer-navigation.scss
│ │ │ │ └── _links.scss
│ │ ├── screenshot.png
│ │ ├── fonts
│ │ │ ├── NonBreakingSpaceOverride.woff
│ │ │ └── NonBreakingSpaceOverride.woff2
│ │ ├── style-editor-customizer.css
│ │ ├── style-editor-customizer.scss
│ │ └── postcss.config.js
│ │ ├── twentyeleven
│ │ ├── category.php
│ │ ├── screenshot.png
│ │ ├── images
│ │ │ ├── search.png
│ │ │ ├── wordpress.png
│ │ │ ├── comment-arrow.png
│ │ │ ├── comment-bubble.png
│ │ │ ├── headers
│ │ │ │ ├── hanoi.jpg
│ │ │ │ ├── shore.jpg
│ │ │ │ ├── wheel.jpg
│ │ │ │ ├── willow.jpg
│ │ │ │ ├── lanterns.jpg
│ │ │ │ ├── pine-cone.jpg
│ │ │ │ ├── trolley.jpg
│ │ │ │ ├── chessboard.jpg
│ │ │ │ ├── hanoi-thumbnail.jpg
│ │ │ │ ├── shore-thumbnail.jpg
│ │ │ │ ├── wheel-thumbnail.jpg
│ │ │ │ ├── willow-thumbnail.jpg
│ │ │ │ ├── lanterns-thumbnail.jpg
│ │ │ │ ├── pine-cone-thumbnail.jpg
│ │ │ │ ├── trolley-thumbnail.jpg
│ │ │ │ └── chessboard-thumbnail.jpg
│ │ │ ├── comment-arrow-rtl.png
│ │ │ ├── comment-arrow-dark.png
│ │ │ ├── comment-bubble-dark.png
│ │ │ ├── comment-bubble-rtl.png
│ │ │ ├── comment-arrow-dark-rtl.png
│ │ │ ├── comment-bubble-dark-rtl.png
│ │ │ ├── comment-arrow-bypostauthor.png
│ │ │ ├── comment-arrow-bypostauthor-dark.png
│ │ │ ├── comment-arrow-bypostauthor-rtl.png
│ │ │ └── comment-arrow-bypostauthor-dark-rtl.png
│ │ └── inc
│ │ │ └── images
│ │ │ ├── dark.png
│ │ │ ├── light.png
│ │ │ ├── content.png
│ │ │ ├── content-sidebar.png
│ │ │ └── sidebar-content.png
│ │ ├── twentyten
│ │ ├── screenshot.png
│ │ └── images
│ │ │ ├── wordpress.png
│ │ │ └── headers
│ │ │ ├── fern.jpg
│ │ │ ├── path.jpg
│ │ │ ├── berries.jpg
│ │ │ ├── concave.jpg
│ │ │ ├── inkwell.jpg
│ │ │ ├── sunset.jpg
│ │ │ ├── forestfloor.jpg
│ │ │ ├── cherryblossoms.jpg
│ │ │ ├── fern-thumbnail.jpg
│ │ │ ├── path-thumbnail.jpg
│ │ │ ├── berries-thumbnail.jpg
│ │ │ ├── concave-thumbnail.jpg
│ │ │ ├── inkwell-thumbnail.jpg
│ │ │ ├── sunset-thumbnail.jpg
│ │ │ ├── forestfloor-thumbnail.jpg
│ │ │ └── cherryblossoms-thumbnail.jpg
│ │ ├── twentyfifteen
│ │ ├── screenshot.png
│ │ └── genericons
│ │ │ ├── Genericons.eot
│ │ │ ├── Genericons.ttf
│ │ │ └── Genericons.woff
│ │ ├── twentysixteen
│ │ ├── screenshot.png
│ │ └── genericons
│ │ │ ├── Genericons.eot
│ │ │ ├── Genericons.ttf
│ │ │ └── Genericons.woff
│ │ ├── twentytwelve
│ │ └── screenshot.png
│ │ ├── twentytwenty
│ │ ├── screenshot.png
│ │ ├── assets
│ │ │ ├── images
│ │ │ │ ├── 2020-square-1.png
│ │ │ │ ├── 2020-square-2.png
│ │ │ │ ├── 2020-landscape-1.png
│ │ │ │ ├── 2020-landscape-2.png
│ │ │ │ ├── 2020-three-quarters-1.png
│ │ │ │ ├── 2020-three-quarters-2.png
│ │ │ │ ├── 2020-three-quarters-3.png
│ │ │ │ └── 2020-three-quarters-4.png
│ │ │ ├── fonts
│ │ │ │ └── inter
│ │ │ │ │ ├── Inter-italic-var.woff2
│ │ │ │ │ └── Inter-upright-var.woff2
│ │ │ └── js
│ │ │ │ └── editor-script-block.js
│ │ ├── templates
│ │ │ └── template-full-width.php
│ │ └── .stylelintrc.json
│ │ ├── twentyfourteen
│ │ ├── screenshot.png
│ │ ├── genericons
│ │ │ ├── Genericons-Regular.otf
│ │ │ └── font
│ │ │ │ ├── genericons-regular-webfont.eot
│ │ │ │ ├── genericons-regular-webfont.ttf
│ │ │ │ └── genericons-regular-webfont.woff
│ │ └── js
│ │ │ └── featured-content-admin.js
│ │ ├── twentyseventeen
│ │ ├── screenshot.png
│ │ └── assets
│ │ │ └── images
│ │ │ ├── coffee.jpg
│ │ │ ├── header.jpg
│ │ │ ├── espresso.jpg
│ │ │ └── sandwich.jpg
│ │ └── twentythirteen
│ │ ├── screenshot.png
│ │ ├── images
│ │ ├── dotted-line.png
│ │ ├── headers
│ │ │ ├── star.png
│ │ │ ├── circle.png
│ │ │ ├── diamond.png
│ │ │ ├── star-thumbnail.png
│ │ │ ├── circle-thumbnail.png
│ │ │ └── diamond-thumbnail.png
│ │ ├── search-icon.png
│ │ ├── dotted-line-2x.png
│ │ ├── search-icon-2x.png
│ │ ├── dotted-line-light.png
│ │ └── dotted-line-light-2x.png
│ │ └── genericons
│ │ ├── Genericons-Regular.otf
│ │ └── font
│ │ ├── genericons-regular-webfont.eot
│ │ ├── genericons-regular-webfont.ttf
│ │ └── genericons-regular-webfont.woff
├── wp-admin
│ ├── images
│ │ ├── list.png
│ │ ├── mask.png
│ │ ├── menu.png
│ │ ├── no.png
│ │ ├── se.png
│ │ ├── sort.gif
│ │ ├── xit.gif
│ │ ├── yes.png
│ │ ├── arrows.png
│ │ ├── marker.png
│ │ ├── resize.gif
│ │ ├── stars.png
│ │ ├── wheel.png
│ │ ├── xit-2x.gif
│ │ ├── arrows-2x.png
│ │ ├── browser.png
│ │ ├── bubble_bg.gif
│ │ ├── generic.png
│ │ ├── icons32.png
│ │ ├── list-2x.png
│ │ ├── loading.gif
│ │ ├── menu-2x.png
│ │ ├── menu-vs.png
│ │ ├── resize-2x.gif
│ │ ├── sort-2x.gif
│ │ ├── spinner.gif
│ │ ├── stars-2x.png
│ │ ├── align-left.png
│ │ ├── align-none.png
│ │ ├── align-right.png
│ │ ├── browser-rtl.png
│ │ ├── date-button.gif
│ │ ├── icons32-2x.png
│ │ ├── icons32-vs.png
│ │ ├── menu-vs-2x.png
│ │ ├── resize-rtl.gif
│ │ ├── spinner-2x.gif
│ │ ├── w-logo-blue.png
│ │ ├── align-center.png
│ │ ├── align-left-2x.png
│ │ ├── align-none-2x.png
│ │ ├── align-right-2x.png
│ │ ├── bubble_bg-2x.gif
│ │ ├── date-button-2x.gif
│ │ ├── icons32-vs-2x.png
│ │ ├── imgedit-icons.png
│ │ ├── media-button.png
│ │ ├── post-formats.png
│ │ ├── post-formats32.png
│ │ ├── resize-rtl-2x.gif
│ │ ├── w-logo-white.png
│ │ ├── wordpress-logo.png
│ │ ├── wpspin_light.gif
│ │ ├── align-center-2x.png
│ │ ├── imgedit-icons-2x.png
│ │ ├── media-button-2x.png
│ │ ├── post-formats-vs.png
│ │ ├── wpspin_light-2x.gif
│ │ ├── comment-grey-bubble.png
│ │ ├── media-button-image.gif
│ │ ├── media-button-music.gif
│ │ ├── media-button-other.gif
│ │ ├── media-button-video.gif
│ │ ├── post-formats32-vs.png
│ │ └── comment-grey-bubble-2x.png
│ ├── css
│ │ └── colors
│ │ │ ├── midnight
│ │ │ └── colors.scss
│ │ │ ├── coffee
│ │ │ └── colors.scss
│ │ │ ├── ocean
│ │ │ └── colors.scss
│ │ │ ├── sunrise
│ │ │ └── colors.scss
│ │ │ ├── ectoplasm
│ │ │ └── colors.scss
│ │ │ └── blue
│ │ │ └── colors.scss
│ ├── ms-admin.php
│ ├── ms-edit.php
│ ├── ms-sites.php
│ ├── ms-users.php
│ ├── ms-options.php
│ ├── ms-themes.php
│ ├── ms-upgrade-network.php
│ ├── network
│ │ ├── about.php
│ │ ├── setup.php
│ │ ├── credits.php
│ │ ├── plugins.php
│ │ ├── privacy.php
│ │ ├── freedoms.php
│ │ ├── profile.php
│ │ ├── user-edit.php
│ │ ├── update-core.php
│ │ ├── theme-editor.php
│ │ └── plugin-editor.php
│ ├── user
│ │ ├── index.php
│ │ ├── profile.php
│ │ ├── user-edit.php
│ │ ├── about.php
│ │ ├── credits.php
│ │ ├── privacy.php
│ │ └── freedoms.php
│ ├── moderation.php
│ ├── profile.php
│ └── upgrade-functions.php
├── wp-includes
│ ├── images
│ │ ├── rss.png
│ │ ├── xit.gif
│ │ ├── blank.gif
│ │ ├── rss-2x.png
│ │ ├── wpspin.gif
│ │ ├── xit-2x.gif
│ │ ├── spinner.gif
│ │ ├── wpicons.png
│ │ ├── down_arrow.gif
│ │ ├── media
│ │ │ ├── audio.png
│ │ │ ├── code.png
│ │ │ ├── text.png
│ │ │ ├── video.png
│ │ │ ├── archive.png
│ │ │ ├── default.png
│ │ │ ├── document.png
│ │ │ ├── interactive.png
│ │ │ └── spreadsheet.png
│ │ ├── spinner-2x.gif
│ │ ├── w-logo-blue.png
│ │ ├── wlw
│ │ │ ├── wp-icon.png
│ │ │ ├── wp-comments.png
│ │ │ └── wp-watermark.png
│ │ ├── wpicons-2x.png
│ │ ├── wpspin-2x.gif
│ │ ├── crystal
│ │ │ ├── audio.png
│ │ │ ├── code.png
│ │ │ ├── text.png
│ │ │ ├── video.png
│ │ │ ├── archive.png
│ │ │ ├── default.png
│ │ │ ├── document.png
│ │ │ ├── interactive.png
│ │ │ ├── spreadsheet.png
│ │ │ └── license.txt
│ │ ├── down_arrow-2x.gif
│ │ ├── toggle-arrow.png
│ │ ├── admin-bar-sprite.png
│ │ ├── smilies
│ │ │ ├── frownie.png
│ │ │ ├── icon_cry.gif
│ │ │ ├── icon_eek.gif
│ │ │ ├── icon_lol.gif
│ │ │ ├── icon_mad.gif
│ │ │ ├── icon_sad.gif
│ │ │ ├── mrgreen.png
│ │ │ ├── rolleyes.png
│ │ │ ├── icon_arrow.gif
│ │ │ ├── icon_cool.gif
│ │ │ ├── icon_evil.gif
│ │ │ ├── icon_idea.gif
│ │ │ ├── icon_razz.gif
│ │ │ ├── icon_smile.gif
│ │ │ ├── icon_wink.gif
│ │ │ ├── icon_biggrin.gif
│ │ │ ├── icon_confused.gif
│ │ │ ├── icon_exclaim.gif
│ │ │ ├── icon_mrgreen.gif
│ │ │ ├── icon_neutral.gif
│ │ │ ├── icon_question.gif
│ │ │ ├── icon_redface.gif
│ │ │ ├── icon_rolleyes.gif
│ │ │ ├── icon_twisted.gif
│ │ │ ├── simple-smile.png
│ │ │ └── icon_surprised.gif
│ │ ├── toggle-arrow-2x.png
│ │ ├── uploader-icons.png
│ │ ├── arrow-pointer-blue.png
│ │ ├── icon-pointer-flag.png
│ │ ├── uploader-icons-2x.png
│ │ ├── admin-bar-sprite-2x.png
│ │ ├── arrow-pointer-blue-2x.png
│ │ └── icon-pointer-flag-2x.png
│ ├── fonts
│ │ ├── dashicons.eot
│ │ ├── dashicons.ttf
│ │ ├── dashicons.woff
│ │ └── dashicons.woff2
│ ├── Requests
│ │ └── Exception
│ │ │ └── Transport.php
│ ├── sodium_compat
│ │ ├── namespaced
│ │ │ ├── File.php
│ │ │ ├── Compat.php
│ │ │ ├── Crypto.php
│ │ │ └── Core
│ │ │ │ ├── Util.php
│ │ │ │ ├── BLAKE2b.php
│ │ │ │ ├── Ed25519.php
│ │ │ │ ├── Salsa20.php
│ │ │ │ ├── SipHash.php
│ │ │ │ ├── X25519.php
│ │ │ │ ├── ChaCha20.php
│ │ │ │ ├── HSalsa20.php
│ │ │ │ ├── Poly1305.php
│ │ │ │ ├── Xsalsa20.php
│ │ │ │ ├── Curve25519.php
│ │ │ │ ├── HChaCha20.php
│ │ │ │ ├── XChaCha20.php
│ │ │ │ ├── ChaCha20
│ │ │ │ ├── Ctx.php
│ │ │ │ └── IetfCtx.php
│ │ │ │ ├── Curve25519
│ │ │ │ ├── H.php
│ │ │ │ ├── Fe.php
│ │ │ │ └── Ge
│ │ │ │ │ ├── P2.php
│ │ │ │ │ ├── P3.php
│ │ │ │ │ ├── P1p1.php
│ │ │ │ │ ├── Cached.php
│ │ │ │ │ └── Precomp.php
│ │ │ │ └── Poly1305
│ │ │ │ └── State.php
│ │ └── src
│ │ │ ├── SodiumException.php
│ │ │ ├── Core
│ │ │ └── Curve25519
│ │ │ │ └── README.md
│ │ │ └── Core32
│ │ │ ├── Curve25519
│ │ │ └── README.md
│ │ │ └── Util.php
│ ├── blocks
│ │ ├── shortcode
│ │ │ └── block.json
│ │ └── social-link
│ │ │ └── block.json
│ ├── locale.php
│ ├── registration.php
│ ├── registration-functions.php
│ ├── rss-functions.php
│ ├── session.php
│ └── embed-template.php
└── js
│ └── _enqueues
│ └── vendor
│ ├── tw-sack.js
│ ├── jcrop
│ └── Jcrop.gif
│ ├── crop
│ ├── marqueeHoriz.gif
│ └── marqueeVert.gif
│ ├── thickbox
│ ├── macFFBgHack.png
│ └── loadingAnimation.gif
│ ├── imgareaselect
│ ├── border-anim-h.gif
│ └── border-anim-v.gif
│ ├── mediaelement
│ └── mejs-controls.png
│ └── tinymce
│ └── skins
│ ├── lightgray
│ ├── img
│ │ ├── anchor.gif
│ │ ├── loader.gif
│ │ ├── object.gif
│ │ └── trans.gif
│ └── fonts
│ │ ├── tinymce.eot
│ │ ├── tinymce.ttf
│ │ ├── tinymce.woff
│ │ ├── tinymce-small.eot
│ │ ├── tinymce-small.ttf
│ │ └── tinymce-small.woff
│ └── wordpress
│ └── images
│ ├── more.png
│ ├── audio.png
│ ├── video.png
│ ├── embedded.png
│ ├── gallery.png
│ ├── more-2x.png
│ ├── pagebreak.png
│ ├── dashicon-no.png
│ ├── gallery-2x.png
│ ├── dashicon-edit.png
│ ├── pagebreak-2x.png
│ ├── playlist-audio.png
│ └── playlist-video.png
└── tools
└── local-env
├── php-config.ini
├── phpunit-config.ini
├── mysql-init.sql
└── scripts
└── docker.js
/.nvmrc:
--------------------------------------------------------------------------------
1 | lts/*
2 |
--------------------------------------------------------------------------------
/.npmrc:
--------------------------------------------------------------------------------
1 | save-exact = true
2 |
--------------------------------------------------------------------------------
/wp-cli.yml:
--------------------------------------------------------------------------------
1 | path: src/
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/empty.po:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/broken-theme/.nodelete:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/wp-content/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/subdir/theme2/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-child/child-only.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-parent/parent-only.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tools/local-env/php-config.ini:
--------------------------------------------------------------------------------
1 | upload_max_filesize = 1G
2 | post_max_size = 1G
3 |
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-child/parent-and-child.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-parent/parent-and-child.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__block.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__nextpage.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-parent/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Parent Theme
3 | */
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__block.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__categories.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/default/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__4-invalid-starting-letter.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-Capitals.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-special.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__shortcode.server.html:
--------------------------------------------------------------------------------
1 |
[gallery ids="238,338"]
2 |
3 |
--------------------------------------------------------------------------------
/src/wp-admin/images/list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/list.png
--------------------------------------------------------------------------------
/src/wp-admin/images/mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/mask.png
--------------------------------------------------------------------------------
/src/wp-admin/images/menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/menu.png
--------------------------------------------------------------------------------
/src/wp-admin/images/no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/no.png
--------------------------------------------------------------------------------
/src/wp-admin/images/se.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/se.png
--------------------------------------------------------------------------------
/src/wp-admin/images/sort.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/sort.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/xit.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/xit.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/yes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/yes.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-Capitals.server.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-special.server.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-comments.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/internationalized-theme/index.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__separator.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-admin/images/arrows-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/arrows-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/browser.png
--------------------------------------------------------------------------------
/src/wp-admin/images/bubble_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/bubble_bg.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/generic.png
--------------------------------------------------------------------------------
/src/wp-admin/images/icons32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/icons32.png
--------------------------------------------------------------------------------
/src/wp-admin/images/list-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/list-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/loading.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/menu-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/menu-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/menu-vs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/menu-vs.png
--------------------------------------------------------------------------------
/src/wp-admin/images/resize-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/resize-2x.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/sort-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/sort-2x.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/spinner.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/stars-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/stars-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/blank.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/rss-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/rss-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/wpspin.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/wpspin.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/xit-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/xit-2x.gif
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2-em.server.html:
--------------------------------------------------------------------------------
1 |
2 | The Inserter Tool
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-special.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/plural.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/plural.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/simple.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/simple.mo
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tw-sack.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tw-sack.js
--------------------------------------------------------------------------------
/src/wp-admin/images/align-left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/align-left.png
--------------------------------------------------------------------------------
/src/wp-admin/images/align-none.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/align-none.png
--------------------------------------------------------------------------------
/src/wp-admin/images/align-right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/align-right.png
--------------------------------------------------------------------------------
/src/wp-admin/images/browser-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/browser-rtl.png
--------------------------------------------------------------------------------
/src/wp-admin/images/date-button.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/date-button.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/icons32-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/icons32-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/icons32-vs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/icons32-vs.png
--------------------------------------------------------------------------------
/src/wp-admin/images/menu-vs-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/menu-vs-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/resize-rtl.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/resize-rtl.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/spinner-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/spinner-2x.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/w-logo-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/w-logo-blue.png
--------------------------------------------------------------------------------
/src/wp-includes/fonts/dashicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/fonts/dashicons.eot
--------------------------------------------------------------------------------
/src/wp-includes/fonts/dashicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/fonts/dashicons.ttf
--------------------------------------------------------------------------------
/src/wp-includes/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/spinner.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/wpicons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/wpicons.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__4-invalid-starting-letter.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-Capitals.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__deprecated.server.html:
--------------------------------------------------------------------------------
1 |
2 | Unwrapped is still valid.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/33772.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/33772.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/context.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/context.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/overload.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/overload.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/theme-file-child/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Child Theme
3 | Template: theme-file-parent
4 | */
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/default/comments.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/big5.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/formatting/big5.txt
--------------------------------------------------------------------------------
/tests/phpunit/data/images/a2-small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/a2-small.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/canola.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/canola.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/waffles.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/waffles.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/de_DE.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/de_DE.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/en_GB.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/en_GB.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/es_ES.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/es_ES.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/ja_JP.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/ja_JP.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/de_DE-2.8.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/de_DE-2.8.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/template-top-level.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/jcrop/Jcrop.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/jcrop/Jcrop.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/align-center-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/align-center-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/imgedit-icons-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/imgedit-icons-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/media-button-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/media-button-2x.png
--------------------------------------------------------------------------------
/src/wp-admin/images/post-formats-vs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/post-formats-vs.png
--------------------------------------------------------------------------------
/src/wp-admin/images/wpspin_light-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/wpspin_light-2x.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/audio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/audio.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/code.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/text.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/video.png
--------------------------------------------------------------------------------
/src/wp-includes/images/down_arrow-2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/down_arrow-2x.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/media/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/media/archive.png
--------------------------------------------------------------------------------
/src/wp-includes/images/media/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/media/default.png
--------------------------------------------------------------------------------
/src/wp-includes/images/toggle-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/toggle-arrow.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives__showPostCounts.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/utf-8/utf-8.txt:
--------------------------------------------------------------------------------
1 | 章子怡
2 | François Truffaut
3 | საქართველო
4 | Björk Guðmundsdóttir
5 | 宮崎 駿
6 | 👍
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.bmp
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.gif
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.ico
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.jp2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.jp2
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.pct:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.pct
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.png
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.psd
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.sgi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.sgi
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.tga
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/bad_nplurals.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/pomo/bad_nplurals.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/camelCase/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/template-header.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/wp-admin/images/comment-grey-bubble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/comment-grey-bubble.png
--------------------------------------------------------------------------------
/src/wp-admin/images/media-button-image.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/media-button-image.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/media-button-music.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/media-button-music.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/media-button-other.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/media-button-other.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/media-button-video.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/media-button-video.gif
--------------------------------------------------------------------------------
/src/wp-admin/images/post-formats32-vs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/post-formats32-vs.png
--------------------------------------------------------------------------------
/src/wp-includes/images/admin-bar-sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/admin-bar-sprite.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/archive.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/default.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/document.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/document.png
--------------------------------------------------------------------------------
/src/wp-includes/images/media/document.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/media/document.png
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/frownie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/frownie.png
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_cry.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_cry.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_eek.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_eek.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_lol.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_lol.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_mad.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_mad.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_sad.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_sad.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/mrgreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/mrgreen.png
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/rolleyes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/rolleyes.png
--------------------------------------------------------------------------------
/src/wp-includes/images/toggle-arrow-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/toggle-arrow-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/uploader-icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/uploader-icons.png
--------------------------------------------------------------------------------
/src/wp-includes/images/wlw/wp-comments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/wlw/wp-comments.png
--------------------------------------------------------------------------------
/src/wp-includes/images/wlw/wp-watermark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/wlw/wp-watermark.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts.server.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__nextpage.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__nextpage.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__subhead.server.html:
--------------------------------------------------------------------------------
1 |
2 | This is a subhead .
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__verse.server.html:
--------------------------------------------------------------------------------
1 |
2 | A verse … And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/codeispoetry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/codeispoetry.png
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image.tiff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image.tiff
--------------------------------------------------------------------------------
/tests/phpunit/data/images/transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/transparent.png
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/admin-en_GB.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/admin-en_GB.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/admin-es_ES.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/admin-es_ES.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/dashicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/dashicons.woff
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-audio.flac:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-audio.flac
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-audio.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-audio.mp3
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-video.mkv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-video.mkv
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-video.mov:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-video.mov
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-video.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-video.mp4
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/small-video.webm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/small-video.webm
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/crop/marqueeHoriz.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/crop/marqueeHoriz.gif
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/crop/marqueeVert.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/crop/marqueeVert.gif
--------------------------------------------------------------------------------
/src/wp-includes/Requests/Exception/Transport.php:
--------------------------------------------------------------------------------
1 | No archives to show.
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives__showPostCounts.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts__displayPostDate.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more__custom-text-teaser.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/whole-posts.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/formatting/whole-posts.php
--------------------------------------------------------------------------------
/tests/phpunit/data/images/gradient-square.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/gradient-square.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-cmyk.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-cmyk.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-iptc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-iptc.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-lzw.tiff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-lzw.tiff
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-zip.tiff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-zip.tiff
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/sandbox/index.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1/index.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/pages-to-word.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/uploads/pages-to-word.docx
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/thickbox/macFFBgHack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/thickbox/macFFBgHack.png
--------------------------------------------------------------------------------
/src/wp-admin/images/comment-grey-bubble-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-admin/images/comment-grey-bubble-2x.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/category.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/category.php
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/screenshot.png
--------------------------------------------------------------------------------
/src/wp-includes/images/admin-bar-sprite-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/admin-bar-sprite-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/arrow-pointer-blue-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/arrow-pointer-blue-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/interactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/interactive.png
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/spreadsheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/crystal/spreadsheet.png
--------------------------------------------------------------------------------
/src/wp-includes/images/icon-pointer-flag-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/icon-pointer-flag-2x.png
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_biggrin.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_biggrin.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_confused.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_confused.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_exclaim.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_exclaim.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_mrgreen.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_mrgreen.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_neutral.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_neutral.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_question.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_question.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_redface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_redface.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_rolleyes.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_rolleyes.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_twisted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_twisted.gif
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/simple-smile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/simple-smile.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2.server.html:
--------------------------------------------------------------------------------
1 |
2 | A picture is worth a thousand words, or so the saying goes
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__shortcode.html:
--------------------------------------------------------------------------------
1 |
2 | [gallery ids="238,338"]
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__shortcode.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | [gallery ids="238,338"]
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/2007-06-17DSC_4173.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/2007-06-17DSC_4173.JPG
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-large.png
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/child-parent-itself/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Child and Parent Theme
3 | Template: child-parent-itself
4 | */
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/sandbox/functions.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1-dupe/index.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1/functions.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyfifteen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyfifteen/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentysixteen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentysixteen/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwelve/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentytwelve/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentytwenty/screenshot.png
--------------------------------------------------------------------------------
/src/wp-includes/images/smilies/icon_surprised.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-includes/images/smilies/icon_surprised.gif
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts__displayPostDate.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__spacer.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/2004-07-22-DSC_0007.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/2004-07-22-DSC_0007.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/2004-07-22-DSC_0008.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/2004-07-22-DSC_0008.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-grayscale.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-grayscale.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-mime-jpg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-mime-jpg.png
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-no-extension:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-no-extension
--------------------------------------------------------------------------------
/tests/phpunit/data/images/wordpress-gsoc-flyer.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/wordpress-gsoc-flyer.pdf
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1-dupe/functions.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/thickbox/loadingAnimation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/thickbox/loadingAnimation.gif
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/search.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyfourteen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyfourteen/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentynineteen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentynineteen/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyseventeen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyseventeen/screenshot.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/wordpress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/wordpress.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/screenshot.png
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives__showPostCounts.server.html:
--------------------------------------------------------------------------------
1 | No archives to show.
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__separator.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__separator.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/one-blue-pixel-100x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/one-blue-pixel-100x100.png
--------------------------------------------------------------------------------
/tests/phpunit/data/images/test-image-upside-down.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/test-image-upside-down.jpg
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/admin-network-en_GB.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/admin-network-en_GB.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/admin-network-es_ES.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/admin-network-es_ES.mo
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/imgareaselect/border-anim-h.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/imgareaselect/border-anim-h.gif
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/imgareaselect/border-anim-v.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/imgareaselect/border-anim-v.gif
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/mediaelement/mejs-controls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/mediaelement/mejs-controls.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/wordpress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/wordpress.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/inc/images/dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/inc/images/dark.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/inc/images/light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/inc/images/light.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/fern.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/fern.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/path.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/path.jpg
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/namespaced/File.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2-em.html:
--------------------------------------------------------------------------------
1 |
2 | The Inserter Tool
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2-em.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | The Inserter Tool
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__html.server.html:
--------------------------------------------------------------------------------
1 |
2 | Some HTML code
3 | This text will scroll from right to left
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-comments.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__deprecated.html:
--------------------------------------------------------------------------------
1 |
2 | Unwrapped is still valid.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/images/one-blue-pixel-1-100x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/images/one-blue-pixel-1-100x100.png
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/continents-cities-es_ES.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/continents-cities-es_ES.mo
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/inc/images/content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/inc/images/content.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/berries.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/berries.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/concave.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/concave.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/inkwell.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/inkwell.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/sunset.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/sunset.jpg
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/namespaced/Compat.php:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-posts__displayPostDate.server.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__preformatted.server.html:
--------------------------------------------------------------------------------
1 |
2 | Some preformatted text... And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/remove_accents.01.input.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/formatting/remove_accents.01.input.txt
--------------------------------------------------------------------------------
/src/wp-admin/css/colors/midnight/colors.scss:
--------------------------------------------------------------------------------
1 | $base-color: #363b3f;
2 | $highlight-color: #e14d43;
3 | $notification-color: #69a8bb;
4 |
5 | @import "../_admin.scss";
6 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/comment-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/comment-arrow.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/comment-bubble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/comment-bubble.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/headers/hanoi.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/headers/hanoi.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/headers/shore.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/headers/shore.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/headers/wheel.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/headers/wheel.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/headers/willow.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/headers/willow.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/images/dotted-line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/images/dotted-line.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/images/headers/star.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/images/headers/star.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/images/search-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/images/search-icon.png
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/template-top-level-post-types.php:
--------------------------------------------------------------------------------
1 | No categories
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__deprecated.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Unwrapped is still valid.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__subhead.html:
--------------------------------------------------------------------------------
1 |
2 | This is a subhead .
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__subhead.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | This is a subhead .
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__verse.html:
--------------------------------------------------------------------------------
1 |
2 | A verse … And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__verse.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | A verse … And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/subdir/template-sub-dir-post-types.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text__converts-to-paragraph.server.html:
--------------------------------------------------------------------------------
1 |
2 | This is an old-style text block. Changed to paragraph in #2135.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__video.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tools/local-env/phpunit-config.ini:
--------------------------------------------------------------------------------
1 | upload_max_filesize = 1G
2 | post_max_size = 1G
3 |
4 | opcache.enable = 1
5 | opcache.enable_cli = 1
6 | opache.file_cache = /tmp/php-opcache
7 |
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tinymce/skins/lightgray/fonts/tinymce.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tinymce/skins/lightgray/fonts/tinymce.woff
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/embedded.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/embedded.png
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/gallery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/gallery.png
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/more-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/more-2x.png
--------------------------------------------------------------------------------
/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/pagebreak.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/js/_enqueues/vendor/tinymce/skins/wordpress/images/pagebreak.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/comment-arrow-dark-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/comment-arrow-dark-rtl.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/berries-thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/berries-thumbnail.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/concave-thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/concave-thumbnail.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/inkwell-thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/inkwell-thumbnail.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyten/images/headers/sunset-thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyten/images/headers/sunset-thumbnail.jpg
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/images/dotted-line-light-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/images/dotted-line-light-2x.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/assets/images/2020-square-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentytwenty/assets/images/2020-square-1.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/assets/images/2020-square-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentytwenty/assets/images/2020-square-2.png
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php:
--------------------------------------------------------------------------------
1 |
2 | A picture is worth a thousand words, or so the saying goes
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__latest-comments.server.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/themes/internationalized-theme-de_DE.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/themes/internationalized-theme-de_DE.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/38766/trailing-comma-post-types.php:
--------------------------------------------------------------------------------
1 | lkjfijwef
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | A picture is worth a thousand words, or so the saying goes
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__align-right.server.html:
--------------------------------------------------------------------------------
1 |
2 | ... like this one, which is separate from the above and right aligned.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__spacer.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/languages/plugins/internationalized-plugin-de_DE.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/tests/phpunit/data/languages/plugins/internationalized-plugin-de_DE.mo
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/38766/trailing-period-post-types.php:
--------------------------------------------------------------------------------
1 |
3 | HTML content
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__html.html:
--------------------------------------------------------------------------------
1 |
2 | Some HTML code
3 | This text will scroll from right to left
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__html.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Some HTML code
3 | This text will scroll from right to left
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates-child/subdir/template-sub-dir-post-types-child.php:
--------------------------------------------------------------------------------
1 | Testing freeform block with some
2 |
3 | HTML content
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__freeform.server.html:
--------------------------------------------------------------------------------
1 |
2 | Testing freeform block with some
3 |
4 | HTML content
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates-child/template-top-level-post-types-child.php:
--------------------------------------------------------------------------------
1 |
3 | HTML content
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__missing.server.html:
--------------------------------------------------------------------------------
1 |
2 | Testing missing block with some
3 |
4 | HTML content
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php:
--------------------------------------------------------------------------------
1 | export default function MyButton() {
3 | return <Button>Click Me!</Button>;
4 | }
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/pomo/windows-line-endings.po:
--------------------------------------------------------------------------------
1 | msgid ""
2 | msgstr ""
3 | "Project-Id-Version: Windows 3.11\n"
4 | "Plural-Forms: nplurals=2; plural=n != 1;\n"
5 |
6 | msgid "moon"
7 | msgstr "yuhu"
8 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark-rtl.png
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.eot
--------------------------------------------------------------------------------
/src/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ryelle/WordPress/HEAD/src/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.ttf
--------------------------------------------------------------------------------
/src/wp-includes/images/crystal/license.txt:
--------------------------------------------------------------------------------
1 | Crystal Project Icons
2 | by Everaldo Coelho
3 | http://everaldo.com
4 |
5 | Released under LGPL
6 |
7 | Modified February 2008
8 | for WordPress
9 | https://wordpress.org
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php:
--------------------------------------------------------------------------------
1 | Testing freeform block with some
2 |
3 | HTML content
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__custom-link.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text__converts-to-paragraph.html:
--------------------------------------------------------------------------------
1 |
2 | This is an old-style text block. Changed to paragraph in #2135.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__video.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__video.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/38766/trailing-period-whitespace-post-types.php:
--------------------------------------------------------------------------------
1 |
2 | Some preformatted text... And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__preformatted.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Some preformatted text... And more!
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/cr-line-endings-file-header.php:
--------------------------------------------------------------------------------
1 |
3 |
4 | Column One, Paragraph One
5 |
6 |
7 | Column One, Paragraph Two
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__media-link.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more__custom-text-teaser.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more__custom-text-teaser.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text__converts-to-paragraph.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | This is an old-style text block. Changed to paragraph in #2135.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/internationalized-theme/functions.php:
--------------------------------------------------------------------------------
1 | Help build Gutenberg
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-admin/css/colors/ectoplasm/colors.scss:
--------------------------------------------------------------------------------
1 | $base-color: #523f6d;
2 | $icon-color: #ece6f6;
3 | $highlight-color: #a3b745;
4 | $notification-color: #d46f15;
5 |
6 | $form-checked: $base-color;
7 |
8 | @import "../_admin.scss";
9 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__attachment-link.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentynineteen/style-editor-customizer.css:
--------------------------------------------------------------------------------
1 | /*!
2 | Twenty Nineteen Customizer Styles
3 |
4 | NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier.
5 | */
6 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentynineteen/style-editor-customizer.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | Twenty Nineteen Customizer Styles
3 |
4 | NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier.
5 | */
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__code.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | export default function MyButton() {
3 | return <Button>Click Me!</Button>;
4 | }
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__file__no-text-link.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Testing pullquote block...
...with a caption
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-2.server.html:
--------------------------------------------------------------------------------
1 |
2 | There is no greater agony than bearing an untold story inside you.
Maya Angelou
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-includes/locale.php:
--------------------------------------------------------------------------------
1 |
2 | export default function MyButton() {
3 | return <Button>Click Me!</Button>;
4 | }
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__freeform.html:
--------------------------------------------------------------------------------
1 |
2 | Testing freeform block with some
3 |
4 | HTML content
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__audio.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__align-right.html:
--------------------------------------------------------------------------------
1 |
2 | ... like this one, which is separate from the above and right aligned.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__paragraph__align-right.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | ... like this one, which is separate from the above and right aligned.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Testing pullquote block...
...with a caption
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/internationalized-theme/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Internationalized Theme
3 | Theme URI: https://wordpress.org/
4 | Description: For testing purposes only.
5 | Version: 1.0.0
6 | Text Domain: internationalized-theme
7 | */
8 |
--------------------------------------------------------------------------------
/tests/phpunit/includes/listener-loader.php:
--------------------------------------------------------------------------------
1 | =' ) ) {
4 | require __DIR__ . '/phpunit7/speed-trap-listener.php';
5 | } else {
6 | require __DIR__ . '/speed-trap-listener.php';
7 | }
8 |
--------------------------------------------------------------------------------
/src/wp-includes/sodium_compat/src/SodiumException.php:
--------------------------------------------------------------------------------
1 |
3 | Guten Berg!
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/tests/http/streams.php:
--------------------------------------------------------------------------------
1 | /config/bootstrap.js',
7 | ],
8 | };
9 |
10 | module.exports = jestE2EConfig;
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__embed.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | https://example.com/
5 |
6 | Embedded content from an example URL
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__custom-link.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-admin/ms-admin.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Testing pullquote block...
...with a caption
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/assets/js/editor-script-block.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Remove squared button style
3 | *
4 | * @since Twenty Twenty 1.0
5 | */
6 | /* global wp */
7 | wp.domReady( function() {
8 | wp.blocks.unregisterBlockStyle( 'core/button', 'squared' );
9 | } );
10 |
--------------------------------------------------------------------------------
/src/wp-includes/registration-functions.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__button__center.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__cover-image.server.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__media-link.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__media-link.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote__multi-paragraph.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Paragraph one
Paragraph two
by whomever
3 |
4 |
--------------------------------------------------------------------------------
/tools/local-env/mysql-init.sql:
--------------------------------------------------------------------------------
1 | /**
2 | * MySQL server init.
3 | *
4 | * SQL queries in this file will be executed the first time the MySQL server is started.
5 | */
6 |
7 | CREATE DATABASE IF NOT EXISTS wordpress_develop;
8 | CREATE DATABASE IF NOT EXISTS wordpress_develop_tests;
9 |
--------------------------------------------------------------------------------
/src/wp-includes/rss-functions.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__missing.html:
--------------------------------------------------------------------------------
1 |
2 | Testing missing block with some
3 |
4 | HTML content
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/formatting/utf-8/urlencoded.txt:
--------------------------------------------------------------------------------
1 | %e7%ab%a0%e5%ad%90%e6%80%a1
2 | Fran%c3%a7ois Truffaut
3 | %e1%83%a1%e1%83%90%e1%83%a5%e1%83%90%e1%83%a0%e1%83%97%e1%83%95%e1%83%94%e1%83%9a%e1%83%9d
4 | Bj%c3%b6rk Gu%c3%b0mundsd%c3%b3ttir
5 | %e5%ae%ae%e5%b4%8e%e3%80%80%e9%a7%bf
6 | %f0%9f%91%8d
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates/38766/tilde-post-types.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__attachment-link.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__missing.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Testing missing block with some
3 |
4 | HTML content
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text-columns.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-admin/ms-options.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__nextpage.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/nextpage",
5 | "isValid": true,
6 | "attributes": {},
7 | "innerBlocks": [],
8 | "originalContent": ""
9 | }
10 | ]
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote__multi-paragraph.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Paragraph one
5 | Paragraph two
6 | by whomever
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-2.html:
--------------------------------------------------------------------------------
1 |
2 | There is no greater agony than bearing an untold story inside you.
Maya Angelou
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-2.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | There is no greater agony than bearing an untold story inside you.
Maya Angelou
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text-columns.server.html:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
--------------------------------------------------------------------------------
/tools/local-env/scripts/docker.js:
--------------------------------------------------------------------------------
1 | const dotenv = require( 'dotenv' );
2 | const { execSync } = require( 'child_process' );
3 | dotenv.config();
4 |
5 | // Execute any docker-compose command passed to this script.
6 | execSync( 'docker-compose ' + process.argv.slice( 2 ).join( ' ' ), { stdio: 'inherit' } );
7 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__embed.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | https://example.com/
4 |
Embedded content from an example URL
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__center-caption.server.html:
--------------------------------------------------------------------------------
1 |
2 | Give it a try. Press the "really wide" button on the image toolbar.
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-admin/ms-upgrade-network.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/templates/template-full-width.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__list__ul.server.html:
--------------------------------------------------------------------------------
1 |
2 | Text & Headings Images & Videos Galleries Embeds, like YouTube, Tweets, or other WordPress posts. Layout blocks, like Buttons, Hero Images, Separators, etc. And Lists like this one of course :)
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__separator.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/separator",
5 | "isValid": true,
6 | "attributes": {},
7 | "innerBlocks": [],
8 | "originalContent": " "
9 | }
10 | ]
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/video-play.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/src/wp-admin/network/about.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
Column One, Paragraph One
5 |
6 |
7 |
Column One, Paragraph Two
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__column.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Column One, Paragraph One
4 |
5 |
6 |
7 |
Column One, Paragraph Two
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/wp-admin/css/colors/blue/colors.scss:
--------------------------------------------------------------------------------
1 | $base-color: #52accc;
2 | $icon-color: #e5f8ff;
3 | $highlight-color: #096484;
4 | $notification-color: #e1a948;
5 | $button-color: #e1a948;
6 |
7 | $menu-submenu-text: #e2ecf1;
8 | $menu-submenu-focus-text: #fff;
9 | $menu-submenu-background: #4796b3;
10 |
11 | @import "../_admin.scss";
12 |
--------------------------------------------------------------------------------
/src/wp-admin/network/credits.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__embed.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | https://example.com/
5 |
6 | Embedded content from an example URL
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__more.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/more",
5 | "isValid": true,
6 | "attributes": {
7 | "noTeaser": false
8 | },
9 | "innerBlocks": [],
10 | "originalContent": ""
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/subdir/theme2/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: My Subdir Theme
3 | Theme URI: http://example.org/
4 | Description: An example theme in a sub directory
5 | Version: 0.1
6 | Author: Mr. WordPress
7 | Author URI: http://wordpress.org/
8 |
9 | This is just a stub to test the loading of the above metadata.
10 |
11 | */
--------------------------------------------------------------------------------
/src/wp-admin/network/update-core.php:
--------------------------------------------------------------------------------
1 | \n",
7 | "innerContent": [
8 | "\n"
9 | ]
10 | }
11 | ]
12 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives.parsed.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "blockName": "core/archives",
4 | "attrs": {
5 | "displayAsDropdown": false,
6 | "showPostCounts": false
7 | },
8 | "innerBlocks": [],
9 | "innerHTML": "",
10 | "innerContent": []
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__file__new-window.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__file__no-text-link.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__center-caption.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Give it a try. Press the "really wide" button on the image toolbar.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-special.parsed.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "blockName": null,
4 | "attrs": {},
5 | "innerBlocks": [],
6 | "innerHTML": "\n",
7 | "innerContent": [
8 | "\n"
9 | ]
10 | }
11 | ]
12 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__pullquote__multi-paragraph.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Paragraph one
5 | Paragraph two
6 | by whomever
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/wp-admin/network/plugin-editor.php:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-Capitals.parsed.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "blockName": null,
4 | "attrs": {},
5 | "innerBlocks": [],
6 | "innerHTML": "\n",
7 | "innerContent": [
8 | "\n"
9 | ]
10 | }
11 | ]
12 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__image__center-caption.html:
--------------------------------------------------------------------------------
1 |
2 | Give it a try. Press the "really wide" button on the image toolbar.
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__list__ul.html:
--------------------------------------------------------------------------------
1 |
2 | Text & Headings Images & Videos Galleries Embeds, like YouTube, Tweets, or other WordPress posts. Layout blocks, like Buttons, Hero Images, Separators, etc. And Lists like this one of course :)
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives__showPostCounts.parsed.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "blockName": "core/archives",
4 | "attrs": {
5 | "displayAsDropdown": false,
6 | "showPostCounts": true
7 | },
8 | "innerBlocks": [],
9 | "innerHTML": "",
10 | "innerContent": []
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__file__no-text-link.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentytwenty/.stylelintrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": [
3 | "stylelint-config-wordpress"
4 | ],
5 | "plugins": ["stylelint-a11y"],
6 | "rules": {
7 | "font-family-no-missing-generic-family-keyword": null,
8 | "no-descending-specificity": null,
9 | "a11y/no-outline-none": true,
10 | "a11y/selector-pseudo-class-focus": true
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__cover-image.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__list__ul.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | Text & Headings Images & Videos Galleries Embeds, like YouTube, Tweets, or other WordPress posts. Layout blocks, like Buttons, Hero Images, Separators, etc. And Lists like this one of course :)
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__text-columns.html:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
--------------------------------------------------------------------------------
/tests/phpunit/data/plugins/internationalized-plugin.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__shortcode.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/shortcode",
5 | "isValid": true,
6 | "attributes": {
7 | "text": "[gallery ids=\"238,338\"]"
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "[gallery ids=\"238,338\"]"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/src/wp-admin/moderation.php:
--------------------------------------------------------------------------------
1 | {
4 | it( 'Should load properly', async () => {
5 | await visitAdminPage( '/' );
6 | const nodes = await page.$x(
7 | '//h2[contains(text(), "Welcome to WordPress!")]'
8 | );
9 | expect( nodes.length ).not.toEqual( 0 );
10 | } );
11 | } );
12 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/archives",
5 | "isValid": true,
6 | "attributes": {
7 | "displayAsDropdown": false,
8 | "showPostCounts": false
9 | },
10 | "innerBlocks": [],
11 | "originalContent": ""
12 | }
13 | ]
14 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__cover-image.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-1.server.html:
--------------------------------------------------------------------------------
1 |
2 | The editor will endeavour to create a new page and post building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed discovery.
Matt Mullenweg, 2017
3 |
4 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss:
--------------------------------------------------------------------------------
1 | /** === Footer menu === */
2 |
3 | .footer-navigation {
4 |
5 | display: inline;
6 |
7 | & > div {
8 | display: inline;
9 | }
10 |
11 | .footer-menu {
12 |
13 | display: inline;
14 | padding-left: 0;
15 |
16 | li {
17 | display: inline;
18 | margin-right: 1rem;
19 | }
20 | }
21 |
22 | }
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/stylesheetonly/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Stylesheet Only
3 | Theme URI: http://www.example.com/blog/
4 | Description: A three-column widget-ready theme in dark blue.
5 | Version: 1.0
6 | Author: Henry Crun
7 | Author URI: http://www.example.com/
8 |
9 | template: sandbox
10 |
11 |
12 | This is a dummy theme for testing the above metadata.
13 | */
14 |
15 |
--------------------------------------------------------------------------------
/tests/phpunit/data/uploads/test.rtf:
--------------------------------------------------------------------------------
1 | {\rtf1\ansi\ansicpg1252\cocoartf1671
2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3 | {\colortbl;\red255\green255\blue255;}
4 | {\*\expandedcolortbl;;}
5 | \margl1440\margr1440\vieww14400\viewh11400\viewkind0
6 | \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7 |
8 | \f0\fs24 \cf0 Test file.}
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/do-blocks-expected.html:
--------------------------------------------------------------------------------
1 | First Auto Paragraph
2 |
3 |
4 |
5 |
6 | First Gutenberg Paragraph
7 |
8 |
9 | Second Auto Paragraph
10 |
11 |
12 |
13 |
14 | Third Gutenberg Paragraph
15 |
16 |
17 | Third Auto Paragraph
18 |
19 | [someshortcode]
20 | And some content?!
21 | [/someshortcode]
22 |
23 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__archives__showPostCounts.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/archives",
5 | "isValid": true,
6 | "attributes": {
7 | "displayAsDropdown": false,
8 | "showPostCounts": true
9 | },
10 | "innerBlocks": [],
11 | "originalContent": ""
12 | }
13 | ]
14 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__gallery__columns.serialized.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/page-templates-child/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: Page Template Child Theme
3 | Theme URI: http://example.org/
4 | Description: An example child theme with page templates
5 | Version: 0.1
6 | Author: Mr. WordPress
7 | Author URI: http://wordpress.org/
8 | Template: page-templates
9 |
10 | This is just a stub to test the loading of the above metadata.
11 |
12 | */
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: My Theme
3 | Theme URI: http://example.org/
4 | Description: An example theme
5 | Version: 1.3
6 | Author: Minnie Bannister
7 | Author URI: http://example.com/
8 |
9 | Kubrick v1.5
10 | http://binarybonsai.com/kubrick/
11 |
12 | This is just a stub to test the loading of the above metadata.
13 |
14 | */
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__spacer.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/spacer",
5 | "isValid": true,
6 | "attributes": {
7 | "height": 100
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "
"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__4-invalid-starting-letter.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/freeform",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "
"
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "
"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__subhead.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/subhead",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "This is a subhead ."
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "This is a subhead .
"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/tests/formatting/Zeroise.php:
--------------------------------------------------------------------------------
1 | assertEquals( '00005', zeroise( 5, 5 ) );
9 | }
10 |
11 | function test_does_nothing_if_input_is_already_longer() {
12 | $this->assertEquals( '5000000', zeroise( 5000000, 2 ) );
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-Capitals.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/freeform",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "
"
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "
"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__invalid-special.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/freeform",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "
"
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "
"
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__verse.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/verse",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "A verse … And more!"
8 | },
9 | "innerBlocks": [],
10 | "originalContent": "A verse … And more! "
11 | }
12 | ]
13 |
--------------------------------------------------------------------------------
/src/wp-admin/upgrade-functions.php:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__heading__h2-em.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "clientId": "_clientId_0",
4 | "name": "core/heading",
5 | "isValid": true,
6 | "attributes": {
7 | "content": "The Inserter Tool",
8 | "level": 2
9 | },
10 | "innerBlocks": [],
11 | "originalContent": "The Inserter Tool "
12 | }
13 | ]
14 |
--------------------------------------------------------------------------------
/tests/phpunit/tests/category/getCategories.php:
--------------------------------------------------------------------------------
1 | 'foo' ) );
13 | $this->assertSame( array(), $found );
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/src/wp-content/themes/twentyfourteen/js/featured-content-admin.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Twenty Fourteen Featured Content admin behavior: add a tag suggestion
3 | * when changing the tag.
4 | */
5 | /* global ajaxurl:true */
6 |
7 | jQuery( document ).ready( function( $ ) {
8 | $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
9 | });
10 |
--------------------------------------------------------------------------------
/src/wp-includes/embed-template.php:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-1.html:
--------------------------------------------------------------------------------
1 |
2 | The editor will endeavour to create a new page and post building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed discovery.
Matt Mullenweg, 2017
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__quote__style-1.serialized.html:
--------------------------------------------------------------------------------
1 |
2 | The editor will endeavour to create a new page and post building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed discovery.
Matt Mullenweg, 2017
3 |
4 |
--------------------------------------------------------------------------------
/tests/phpunit/data/themedir1/theme1-dupe/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Theme Name: My Theme
3 | Theme URI: http://example.org/
4 | Description: This theme has the same Theme Name as theme1
5 | Version: 1.4
6 | Author: Minnie Bannister
7 | Author URI: http://example.com/
8 |
9 | Kubrick v1.5
10 | http://binarybonsai.com/kubrick/
11 |
12 | This is just a stub to test the loading of the above metadata.
13 |
14 | */
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/tests/phpunit/tests/query/verboseRewriteRules.php:
--------------------------------------------------------------------------------
1 | set_permalink_structure( '/%category%/%year%/%postname%/' );
14 | create_initial_taxonomies();
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/tests/phpunit/data/blocks/fixtures/core__media-text__video.server.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
My Content
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------