Changes between Initial Version and Version 1 of Ticket #25314
- Timestamp:
- 09/13/2013 05:25:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25314 – Description
initial v1 6 6 7 7 http://codex.wordpress.org/File_Header 8 8 {{{ 9 9 /* 10 10 Plugin Name: Example … … 13 13 API URI: http://example.org/api/ 14 14 */ 15 15 }}} 16 16 this would be overridden here I believe: 17 17 {{{ 18 18 # wp-includes/update.php line 205 19 19 $raw_response = wp_remote_post('http://api.wordpress.org/plugins/update-check/1.0/', $options); 20 20 }}}