Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WordPress
/
create-block-theme
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
415
Code
Issues
86
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Bundle template images into theme assets and make their urls relative
- #213
#213
Merged
matiasbenedetto
merged 13 commits into
trunk
WordPress/create-block-theme:trunk
from
add/bundle-images
WordPress/create-block-theme:add/bundle-images
Copy head branch name to clipboard
Feb 17, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Bundle template images into theme assets and make their urls relative
#213
matiasbenedetto
merged 13 commits into
trunk
WordPress/create-block-theme:trunk
from
add/bundle-images
WordPress/create-block-theme:add/bundle-images
Copy head branch name to clipboard
Commits
Commits on Feb 8, 2023
bundle images inserted with the editor in to the theme assets
matiasbenedetto
committed
53ed307
View commit details
Copy full SHA for 53ed307
Browse repository at this point
Commits on Feb 9, 2023
User get_stylesheet_directory_uri() instead of get_template_direcctory_uri() for image paths
Show description for 86c28d0
matiasbenedetto
and
jffng
authored
86c28d0
View commit details
Copy full SHA for 86c28d0
Browse repository at this point
Commits on Feb 13, 2023
making cover media local
matiasbenedetto
committed
0fd1b8f
View commit details
Copy full SHA for 0fd1b8f
Browse repository at this point
add support for cover blocks that use background images instead of img tags
matiasbenedetto
committed
b6a0abd
View commit details
Copy full SHA for b6a0abd
Browse repository at this point
adding support for core/media-text block
matiasbenedetto
committed
1fba5dc
View commit details
Copy full SHA for 1fba5dc
Browse repository at this point
Merge branch 'trunk' into add/bundle-images
matiasbenedetto
committed
d9bb35b
View commit details
Copy full SHA for d9bb35b
Browse repository at this point
Commits on Feb 15, 2023
escaping alt attributes of image, cover and mediatext blocks
matiasbenedetto
committed
5bfdf1e
View commit details
Copy full SHA for 5bfdf1e
Browse repository at this point
using swith to avoid calling the functions with every block
matiasbenedetto
committed
614a0bb
View commit details
Copy full SHA for 614a0bb
Browse repository at this point
Implementing WP_HTML_Tag_Processor to get and set element html attributes and fallback to DOMDocument and regex if WP_HTML_Tag_Processor is not available yet
matiasbenedetto
committed
c59c50e
View commit details
Copy full SHA for c59c50e
Browse repository at this point
adding theme name to translation mark
matiasbenedetto
committed
557ecce
View commit details
Copy full SHA for 557ecce
Browse repository at this point
Commits on Feb 16, 2023
support to bundle video block assets
matiasbenedetto
committed
fe9a6cf
View commit details
Copy full SHA for fe9a6cf
Browse repository at this point
Fix the template parts included in patterns
matiasbenedetto
committed
6f00002
View commit details
Copy full SHA for 6f00002
Browse repository at this point
fixing theme slug in template part linked from a pattern
matiasbenedetto
committed
def9cb4
View commit details
Copy full SHA for def9cb4
Browse repository at this point
You can’t perform that action at this time.