Title: IanRr's Replies | WordPress.org

---

# IanRr

  [  ](https://wordpress.org/support/users/ianrr/)

 *   [Profile](https://wordpress.org/support/users/ianrr/)
 *   [Topics Started](https://wordpress.org/support/users/ianrr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ianrr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ianrr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ianrr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ianrr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ianrr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Page Ordering] URL Encoding Bug](https://wordpress.org/support/topic/url-encoding-bug/)
 *  [IanRr](https://wordpress.org/support/users/ianrr/)
 * (@ianrr)
 * [11 years ago](https://wordpress.org/support/topic/url-encoding-bug/#post-5725402)
 * I’m up-to-date but I still have this issue. I feel like the onus is a little 
   more on WP than on SPO, but the only way I was able to resolve it was by removing
   the esc_url() from the function you changed, so:
 * `$query_string = esc_url( remove_query_arg( array( 'orderby', 'order' ) ) );`
   becomes `$query_string = remove_query_arg( array( 'orderby', 'order' ) );`
 * There’s a whole bunch of escaping happening in the WP core, and I haven’t run
   into any issues from removing this. But I don’t know if it’s something that *
   everyone* would want to do — just a heads up for anybody dealing with this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Emoji and smiley js and css added to head](https://wordpress.org/support/topic/emoji-and-smiley-js-and-css-added-to-head/)
 *  [IanRr](https://wordpress.org/support/users/ianrr/)
 * (@ianrr)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/emoji-and-smiley-js-and-css-added-to-head/page/3/#post-6051204)
 * The issue I’m having is that WP is going in, finding, for example, a checkmark
   ✔ encoded as `& # 1 0 0 0 4 ;` — and then replacing that checkmark with this “
   emoji” image.
 * HOWEVER, GUYS: as a text glyph, CSS is used to color the checkmark green — but
   WP returns an image of a grey checkbox.
 * I do not like this change — but then, I feel like I disagree with everything 
   WP does these days. Wish I could drop it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Capability Manager] [Plugin: Capability Manager] no longer supported?](https://wordpress.org/support/topic/plugin-capability-manager-no-longer-supported/)
 *  [IanRr](https://wordpress.org/support/users/ianrr/)
 * (@ianrr)
 * [14 years ago](https://wordpress.org/support/topic/plugin-capability-manager-no-longer-supported/#post-2281118)
 * I feel like we have our answer…

Viewing 3 replies - 1 through 3 (of 3 total)