We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1413490 + 8243fa1 commit cf51f11Copy full SHA for cf51f11
src/WpStarter/Wordpress/Application.php
@@ -11,7 +11,7 @@ class Application extends \WpStarter\Foundation\Application
11
*
12
* @var string
13
*/
14
- const VERSION = '1.9.8';
+ const VERSION = '1.9.9';
15
16
protected $bootstrappedList = [];
17
src/WpStarter/Wordpress/noop.php
@@ -86,6 +86,11 @@ function is_admin() {
86
87
function network_site_url() {}
88
89
+/**
90
+ * @ignore
91
+ */
92
+function site_url() {}
93
+
94
/**
95
* @ignore
96
0 commit comments