equal
deleted
inserted
replaced
19 |
19 |
20 /** |
20 /** |
21 * @ignore |
21 * @ignore |
22 */ |
22 */ |
23 function add_filter() {} |
23 function add_filter() {} |
|
24 |
|
25 /** |
|
26 * @ignore |
|
27 */ |
|
28 function has_filter() { |
|
29 return false; |
|
30 } |
24 |
31 |
25 /** |
32 /** |
26 * @ignore |
33 * @ignore |
27 */ |
34 */ |
28 function esc_attr() {} |
35 function esc_attr() {} |
64 |
71 |
65 /** |
72 /** |
66 * @ignore |
73 * @ignore |
67 */ |
74 */ |
68 function is_admin() { |
75 function is_admin() { |
69 return true;} |
76 return true; |
|
77 } |
70 |
78 |
71 /** |
79 /** |
72 * @ignore |
80 * @ignore |
73 */ |
81 */ |
74 function site_url() {} |
82 function site_url() {} |