Skip to content

Commit cf51f11

Browse files
authored
Merge pull request #116 from wpstarter/dev
Add site_url to noop
2 parents 1413490 + 8243fa1 commit cf51f11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/WpStarter/Wordpress/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Application extends \WpStarter\Foundation\Application
1111
*
1212
* @var string
1313
*/
14-
const VERSION = '1.9.8';
14+
const VERSION = '1.9.9';
1515

1616
protected $bootstrappedList = [];
1717

src/WpStarter/Wordpress/noop.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ function is_admin() {
8686
*/
8787
function network_site_url() {}
8888

89+
/**
90+
* @ignore
91+
*/
92+
function site_url() {}
93+
8994
/**
9095
* @ignore
9196
*/

0 commit comments

Comments
 (0)