Making WordPress.org


Ignore:
Timestamp:
12/14/2017 11:45:15 PM (6 years ago)
Author:
iandunn
Message:

Events: Stick an upcoming WordCamp to the response to improve visibility.

Fixes #2994
Props metalandcoffee for the initial patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php

    r6210 r6275  
    600600            ),
    601601        ),
    602 
    603602
    604603        /*
     
    11321131 * @return false
    11331132 */
    1134 function wp_cache_get() {
     1133function wp_cache_get( $key, $group = '', $force = false, &$found = null ) {
    11351134    return false;
    11361135}
     
    11391138 * Stub to simulate cache misses, so that the tests always get fresh results
    11401139 */
    1141 function wp_cache_set() {
     1140function wp_cache_set( $key, $data, $group = '', $expire = 0 ) {
    11421141    // Intentionally empty
    11431142}
Note: See TracChangeset for help on using the changeset viewer.