Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
988ae995
authored
2009-10-01 19:23:27 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New wp functions for Aercoustics
1 parent
0feae26e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
wp_functions.php
wp_functions.php
View file @
988ae99
...
...
@@ -108,4 +108,9 @@ function _get_attachment_url() {
$params
=
func_get_args
();
return
call_user_func_array
(
'wp'
.
__FUNCTION__
,
$params
);
}
?>
\ No newline at end of file
function
_get_attachment_image
()
{
$params
=
func_get_args
();
return
call_user_func_array
(
'wp'
.
__FUNCTION__
,
$params
);
}
?>
...
...
Please
register
or
sign in
to post a comment