Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the "Let's get started" link appears #23

Merged
merged 2 commits into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. Ensure the "Let's get started" link appears

    Before, edit_post_link() didn't echo
    anything because in
    get_edit_post_link(),
    current_user_can( 'edit_post', ->ID )
    was false.
    But this only seemed to happen the very
    first time the plugin was activated in WP.
    kienstra committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    22c6e16 View commit details
    Browse the repository at this point in the history
  2. Fix a failed unit test

    kienstra committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d879a9c View commit details
    Browse the repository at this point in the history