Browse
For agents
About
AI
/
trunk
AI
vtrunk
Switch version
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.9.0
trunk
0.1.1
0.2.0
0.2.1
0.3.0
0.3.1
0.4.0
0.4.1
0.5.0
0.6.0
0.7.0
0.8.0
Overview
Code
ai
/
build
/
constants.php
constants.php
in AI trunk, at build/constants.php
15 lines
267 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* Plugin constants - Auto-generated by build process.
4
* Do not edit this file manually.
5
*
6
* Returns an array of constants for use in other templates.
7
*
8
*
@package
ai
9
*/
10
11
return
array
(
12
'
version
'
=>
'
,
'
,
13
'
build_url
'
=>
plugin_dir_url
(
__FILE__
)
,
14
)
;
15