WordPress / wp-autoupdates

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.
https://wordpress.org/plugins/wp-autoupdates/
GNU General Public License v2.0
56 stars 18 forks source link

Replace attr() function occurences with data() #137

Closed audrasjb closed 4 years ago

audrasjb commented 4 years ago

Let's address this feedback: https://github.com/WordPress/wordpress-develop/pull/279#discussion_r426846320

audrasjb commented 4 years ago

Closing as we cannot replace attr() with data() as it is used differently in jQuery. data() is not stored in the html making it not-suitable for our use.