| @@ 1728-1731 (lines=4) @@ | ||
| 1725 | } |
|
| 1726 | ||
| 1727 | function get_taxonomy_link( $blog_id, $taxonomy_id, $taxonomy_type, $path = '' ) { |
|
| 1728 | if ( 'category' === $taxonomy_type ) |
|
| 1729 | return $this->get_link( '/sites/%d/categories/slug:%s', $blog_id, $taxonomy_id, $path ); |
|
| 1730 | else |
|
| 1731 | return $this->get_link( '/sites/%d/tags/slug:%s', $blog_id, $taxonomy_id, $path ); |
|
| 1732 | } |
|
| 1733 | ||
| 1734 | function get_media_link( $blog_id, $media_id, $path = '' ) { |
|
| @@ 71-74 (lines=4) @@ | ||
| 68 | } |
|
| 69 | ||
| 70 | function get_taxonomy_link( $blog_id, $taxonomy_id, $taxonomy_type, $path = '' ) { |
|
| 71 | if ( 'category' === $taxonomy_type ) |
|
| 72 | return $this->get_link( '/sites/%d/categories/slug:%s', $blog_id, $taxonomy_id, $path ); |
|
| 73 | else |
|
| 74 | return $this->get_link( '/sites/%d/tags/slug:%s', $blog_id, $taxonomy_id, $path ); |
|
| 75 | } |
|
| 76 | ||
| 77 | function get_media_link( $blog_id, $media_id, $path = '' ) { |
|