Skip to content

Upgrade to WP 7.0#1113

Merged
cjyabraham merged 9 commits into
mainfrom
wp70
Jun 25, 2026
Merged

Upgrade to WP 7.0#1113
cjyabraham merged 9 commits into
mainfrom
wp70

Conversation

@cjyabraham

@cjyabraham cjyabraham commented May 27, 2026

Copy link
Copy Markdown
Collaborator

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
Copilot AI review requested due to automatic review settings May 27, 2026 02:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread composer.lock
Comment thread composer.lock
Copilot AI review requested due to automatic review settings June 23, 2026 01:03
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
Comment thread composer.lock
Comment thread composer.lock
Comment thread composer.lock

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
Copilot AI review requested due to automatic review settings June 23, 2026 19:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
…ove CSS injection

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
Copilot AI review requested due to automatic review settings June 24, 2026 19:53
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.

.lf-footer {
padding-top: 5rem;
padding-bottom: 2rem;
background-color: #000f1a !important;
Comment on lines +188 to 190
if ( $post_id ) {
$did_enqueue = self::create_event_styles( $post_id );
}
Comment on lines +422 to 427
if ( $event_post->post_parent ) {
$ancestors = get_post_ancestors( $post_id );
$parent_id = $ancestors[ count( $ancestors ) - 1 ];
} else {
$parent_id = $post->ID;
$parent_id = $post_id;
}
Comment on lines +511 to +522
private function build_event_gradient_css( $parent_id ) {
$menu_color = get_post_meta( $parent_id, 'lfes_menu_color', true );
$menu_color_2 = get_post_meta( $parent_id, 'lfes_menu_color_2', true );

if ( empty( $menu_color ) ) {
return false;
}

$background_color = 'background-color: ' . $menu_color . ';';
if ( $menu_color_2 ) {
$background_color = 'background: linear-gradient(90deg, ' . $menu_color . ' 0%, ' . $menu_color_2 . ' 100%);';
}
@cjyabraham cjyabraham merged commit c74452b into main Jun 25, 2026
14 of 15 checks passed
@cjyabraham cjyabraham deleted the wp70 branch June 25, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants