| 1 | | @afercia, to add the CSS class to `_wp_link_page()` is definitely the best solution. I've actually made confusion, because I was sure that that functions was used also in other places, for this reason I avoided to edit it. In addition `_wp_link_page()` is used many times there and I missed it, so `str_replace()` was really a terrible solution. My bad, I apologize. |
| | 1 | @afercia, to add the CSS class to `_wp_link_page()` is definitely the best solution. I've actually made confusion, because I was sure that that function was used also in other places, for this reason I avoided to edit it. In addition `_wp_link_page()` is used many times there and I missed it, so `str_replace()` was really a terrible solution. My bad, I apologize. |