Making WordPress.org


Ignore:
Timestamp:
02/12/2021 12:48:21 AM (5 years ago)
Author:
dd32
Message:

Support Forums: Limit the Ajaxification to the views, rather than also applying to threads.

Amends [10660].
See #1965.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php

    r10660 r10665  
    3232
    3333    wp_enqueue_script( 'wporg-support-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
    34     wp_enqueue_script( 'wporg-support-forums', get_template_directory_uri() . '/js/forums.js', array( 'jquery' ), '20210211', true );
     34    wp_enqueue_script( 'wporg-support-forums', get_template_directory_uri() . '/js/forums.js', array( 'jquery' ), '20210212', true );
    3535
    3636    wp_localize_script(
Note: See TracChangeset for help on using the changeset viewer.