Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

New flow #400

Merged
merged 28 commits into from
Aug 17, 2016
Merged

New flow #400

merged 28 commits into from
Aug 17, 2016

Conversation

diegoquinteiro
Copy link
Collaborator

This PR replaces the existing settings screen with a new layout and flow.

See screenshots:
1
2
3
4
5
6

@diegoquinteiro
Copy link
Collaborator Author

Hey @philipjohn, thanks a lot for looking at this in a short timeline!

Here's the WIP PR you can comment on. I'll be finishing the last feature today and address any feedback you provide before the EOW.

@diegoquinteiro diegoquinteiro added this to the 3.1 milestone Aug 10, 2016
@diegoquinteiro diegoquinteiro changed the title [WIP] New flow New flow Aug 12, 2016
public static function add_settings_link_to_plugin_actions( $links ) {
$link_text = __( 'Settings' );
$settings_href = self::get_url();
$settings_link = '<a href="' . esc_url( $settings_href ) . '">' . $link_text . '</a>';
Copy link
Contributor

Choose a reason for hiding this comment

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

$link_text should be wrapped in esc_html() here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👍

@philipjohn
Copy link
Contributor

Thanks @diegoquinteiro - I've left a bunch of inline comments. Mostly escaping choices that should be a quick fix. Otherwise looks good!

@diegoquinteiro diegoquinteiro merged commit ff57723 into master Aug 17, 2016
@diegoquinteiro
Copy link
Collaborator Author

@philipjohn I've went ahead and merged after addressing the comments. Please let me know if you have new comments so we can address them in a new PR. Thanks!

@philipjohn philipjohn deleted the new_flow branch August 30, 2016 10:29
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.

3 participants