Making WordPress.org


Ignore:
Timestamp:
03/02/2017 09:16:02 PM (8 years ago)
Author:
ocean90
Message:

Rosetta Roles: Don't use the escaped search term for calculating the match score.

Fixes #2540.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php

    r4929 r5048  
    109109    public static function enqueue_scripts() {
    110110        wp_enqueue_script( 'string_score', plugins_url( '/js/string_score.min.js', __FILE__ ), array(), '0.1.22', true );
    111         wp_enqueue_script( 'rosetta-roles', plugins_url( '/js/rosetta-roles.js', __FILE__ ), array( 'jquery', 'wp-backbone', 'string_score' ), '10', true );
     111        wp_enqueue_script( 'rosetta-roles', plugins_url( '/js/rosetta-roles.js', __FILE__ ), array( 'jquery', 'wp-backbone', 'string_score' ), '11', true );
    112112    }
    113113
Note: See TracChangeset for help on using the changeset viewer.