Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Update empty grid text #103

Merged
merged 3 commits into from
Mar 9, 2023
Merged

Update empty grid text #103

merged 3 commits into from
Mar 9, 2023

Conversation

dreamwhisper
Copy link
Contributor

Updates instructional text to current button text.

How to test

  1. Load a theme with no patterns.
  2. Make sure text matches like the screenshot below.

Screen Shot 2023-03-09 at 1 21 01 PM

Notes

Other changes are total minor nitpicks.

@dreamwhisper dreamwhisper requested a review from kienstra March 9, 2023 19:08
Copy link
Contributor

@kienstra kienstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dreamwhisper,
Nice fixes! Thanks for finding these.

@@ -190,7 +190,7 @@ function disable_autosave() {
add_action( 'admin_enqueue_scripts', __NAMESPACE__ . '\disable_autosave' );

/**
* Recieve pattern id in the URL and display its content. Useful for pattern previews and thumbnails.
* Receive pattern id in the URL and display its content. Useful for pattern previews and thumbnails.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, good catch!

@@ -297,7 +297,7 @@ function get_default_title( $post_title, $post ) {
* @param int $post_ID Post ID.
* @param string $post_status The post status.
* @param string $post_type Post type.
* @param int $post_parent Post parent ID
* @param int $post_parent Post parent ID.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one!

@dreamwhisper dreamwhisper merged commit 15c7f23 into main Mar 9, 2023
@dreamwhisper dreamwhisper deleted the fix/misc branch March 9, 2023 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants