<div dir="ltr">Hello, i'm using Option Framework in my theme recently i updated it to new version released by it's author there is no problem with theme but error comes when i tried to submit theme to WordPress directory and also using theme check plugin it says<div>

<br></div><ul class="" style="padding:0px;list-style:none;margin-left:20px;margin-bottom:10px;color:rgb(68,68,68);font-family:'Open Sans',sans-serif;font-size:13px;line-height:18.200000762939453px;background-color:rgb(241,241,241)">

<li style="margin-bottom:6px"><span class="" style="color:red">REQUIRED</span>: <span style="font-weight:600">class-options-framework-admin.php</span>. Themes should use <span style="font-weight:600">add_theme_page()</span> for adding admin pages.<pre class="" style="white-space:pre-wrap">

Line 117: // <a href="http://codex.wordpress.org/Function_Reference/">http://codex.wordpress.org/Function_Reference/</a><span class="" style="background-color:yellow">add_menu_page</span></pre><pre class="" style="white-space:pre-wrap">

Line 118: $this->options_screen = <span class="" style="background-color:yellow">add_menu_page</span>(</pre></li></ul><div> </div><div>i tried to change it with add_theme_page but it disappear from there here is this file link</div>

<div><a href="https://github.com/devinsays/options-framework-theme/blob/master/inc/includes/class-options-framework-admin.php">https://github.com/devinsays/options-framework-theme/blob/master/inc/includes/class-options-framework-admin.php</a><br>

</div><div><br></div><div>any help from reviewers ?</div></div>