This repository was archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Port over paint kit hero widget #170
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e365bac
Port over paint kit hero widget
03e0c7f
Fix spacing
c71ecda
Convert array syntax to be compatible with php 5.2
5f35f99
Fix docblock
9eae439
Add phpcs ruleset to ignore blank line found after control structure
7e310a2
Change rules
ab55a8f
Fixing php 5.2 anonymous func
8714a56
Fix commenting
31e81af
Refactor anonymour func to use callback instead
4b9fd94
Fix old style array and use call_user_func
bbc1cb4
Remove base class and consolidate logic top hero widget
3cf1b87
Remove uneeded common properties
37714ec
Add return statement
7d60f59
Refactor by Frankie
frankiejarrett c9f9d9e
Merge in develop
frankiejarrett 7949c7a
Rename everything to "hero-text"
frankiejarrett ee34ece
Update comment for why inline script exists
frankiejarrett 8493ba4
Print admin scripts in footer from widget form method
frankiejarrett b219815
Add context to widget title string
frankiejarrett 510aba7
Merge in develop
frankiejarrett bb961a0
Change input type back to text
frankiejarrett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonathanbardo I updated the comment here to better clarify why the inline script exists.