Changeset 5599 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 06/27/2017 10:35:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r5584 r5599 585 585 * @return string The Download URL. 586 586 */ 587 static function download_link( $post = null, $version = 'latest' ) {587 public static function download_link( $post = null, $version = 'latest' ) { 588 588 $post = get_post( $post ); 589 589 … … 637 637 * @link https://sites.google.com/site/webmasterhelpforum/en/faq-internationalisation FAQ: Internationalisation. 638 638 */ 639 public function hreflang_link_attributes() {639 public static function hreflang_link_attributes() { 640 640 global $wpdb; 641 641
Note: See TracChangeset
for help on using the changeset viewer.