mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Media library work from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@6974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -362,8 +362,8 @@ function walk_page_dropdown_tree() {
|
||||
// Attachments
|
||||
//
|
||||
|
||||
function the_attachment_link($id = 0, $fullsize = false, $max_dims = false) {
|
||||
echo get_the_attachment_link($id, $fullsize, $max_dims);
|
||||
function the_attachment_link($id = 0, $fullsize = false, $max_dims = false, $permalink = false) {
|
||||
echo get_the_attachment_link($id, $fullsize, $max_dims, $permalink);
|
||||
}
|
||||
|
||||
function get_the_attachment_link($id = 0, $fullsize = false, $max_dims = false, $permalink = false) {
|
||||
|
||||
Reference in New Issue
Block a user