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/settings.php +2 -2 2.3.12.2.7 View file →
@@ -18,11 +18,11 @@
18 18 */
19 19 class WINP_SettingsPage extends WINP_Page {
20 20
21 21 /**
22 - * @param Wbcr_Factory422_Plugin $plugin
22 + * @param Wbcr_Factory419_Plugin $plugin
23 23 */
24 - public function __construct( Wbcr_Factory422_Plugin $plugin ) {
24 + public function __construct( Wbcr_Factory419_Plugin $plugin ) {
25 25 $this->menu_post_type = WINP_SNIPPETS_POST_TYPE;
26 26
27 27 $this->id = "settings";
28 28 $this->menu_title = __( 'Settings', 'insert-php' );