PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/pages/page.php +3 -3 2.3.102.2.7 View file →
@@ -16,14 +16,14 @@
16 16
17 17 /**
18 18 * Common Settings
19 19 */
20 -class WINP_Page extends Wbcr_FactoryPages432_AdminPage {
20 +class WINP_Page extends Wbcr_FactoryPages419_AdminPage {
21 21
22 22 /**
23 - * @param Wbcr_Factory432_Plugin $plugin
23 + * @param Wbcr_Factory419_Plugin $plugin
24 24 */
25 - public function __construct( Wbcr_Factory432_Plugin $plugin ) {
25 + public function __construct( Wbcr_Factory419_Plugin $plugin ) {
26 26 $this->menu_post_type = WINP_SNIPPETS_POST_TYPE;
27 27
28 28 parent::__construct( $plugin );
29 29 }