• lukerollans

    (@hellolukerollansme)


    Notice: Undefined index: post_status in /Users/lukerollans/www/site/wp-content/plugins/featured-post/featured-post.php on line 190

    Line 190 of featured-post.php should be changed to
    if (is_admin() && isset( $_GET['post_status'] ) && $_GET['post_status'] == 'featured') {

    Screws up AJAX requests etc.

    Is this plugin on GitHub? Happy to submit a pull request

    https://ww.wp.xz.cn/plugins/featured-post/

Viewing 1 replies (of 1 total)
  • Thread Starter lukerollans

    (@hellolukerollansme)

    EDIT: And likewise with line 85

    $class = ( isset( $_GET['post_status'] ) && $_GET['post_status'] == 'featured' ) ? "current" : '';

Viewing 1 replies (of 1 total)

The topic ‘Undefined index’ is closed to new replies.