sc0ttkclark / wordpress-fields-api

The 2024 Fields API proposal for WordPress Core
https://make.wordpress.org/core/tag/fields-api/
361 stars 42 forks source link

fix incorrect url #83

Closed miya0001 closed 7 years ago

miya0001 commented 7 years ago

Fix incorrect path of URL.

Before: https://github.com/sc0ttkclark/wordpress-fields-api/blob/master After: https://github.com/sc0ttkclark/wordpress-fields-api/blob/develop

codecov-io commented 7 years ago

Current coverage is 0.00% (diff: 100%)

Merging #83 into develop will not change coverage

@@           develop   #83   diff @@
====================================
  Files            1     1          
  Lines           84    84          
  Methods          0     0          
  Messages         0     0          
  Branches         0     0          
====================================
  Hits             0     0          
  Misses          84    84          
  Partials         0     0          

Powered by Codecov. Last update 3323d30...85dc9e2

sc0ttkclark commented 7 years ago

Changing this to match the current branch is tedious, we don't have a way to make this dynamic to point at %currentbranch% or anything like that (unless they added it recently). I think it's better to leave it pointing at master for now in this case.

miya0001 commented 7 years ago

Will develop branch be merged into master? OK, Thanks!

sc0ttkclark commented 7 years ago

Yes it will be soon, there's just a few more things to resolve before the next push