• WP 3.5.1 with Prototype 0.5

    \wp-content\themes\hybrid\library\admin\meta-box-post-template.php
    line 23
    add_action( 'edit_attachment', 'hybrid_meta_box_post_save_temlate' );

    \wp-content\themes\prototype\library\admin\meta-box-post-template.php
    line 23
    add_action( 'edit_attachment', 'hybrid_meta_box_post_save_temlate' );

    temlate should be template

    Throws warning messages on Update in Media > Edit Media

  • The topic ‘temlate should be template’ is closed to new replies.