Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25314


Ignore:
Timestamp:
09/13/2013 05:25:51 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25314 – Description

    initial v1  
    66
    77http://codex.wordpress.org/File_Header
    8 
     8{{{
    99/*
    1010Plugin Name: Example
     
    1313API URI: http://example.org/api/
    1414*/
    15 
     15}}}
    1616this would be overridden here I believe:
    17 
     17{{{
    1818# wp-includes/update.php line 205
    1919$raw_response = wp_remote_post('http://api.wordpress.org/plugins/update-check/1.0/', $options);
    20 
     20}}}