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 | libs/factory/shortcodes/shortcode.class.php +3 -3 2.2.92.2.7 View file →
@@ -52,9 +52,9 @@
52 52 /**
53 53 * Scripts to include on the same page.
54 54 *
55 55 * @since 1.0.0
56 - * @var Wbcr_Factory421_ScriptList
56 + * @var Wbcr_Factory419_ScriptList
57 57 */
58 58 public $scripts;
59 59
60 60 /**
@@ -60,9 +60,9 @@
60 60 /**
61 61 * Styles to include on the same page.
62 62 *
63 63 * @since 1.0.0
64 - * @var Wbcr_Factory421_StyleList
64 + * @var Wbcr_Factory419_StyleList
65 65 */
66 66 public $styles;
67 67
68 68 /**
@@ -88,9 +88,9 @@
88 88 * Creates a new instance of a shortcode objects.
89 89 *
90 90 * @since 1.0.0
91 91 *
92 - * @param Wbcr_Factory421_Plugin $plugin
92 + * @param Wbcr_Factory419_Plugin $plugin
93 93 */
94 94 public function __construct( $plugin ) {
95 95 $this->plugin = $plugin;
96 96