Viewing 1 replies (of 1 total)
  • Thread Starter Ewout

    (@pomegranate)

    @coffee2code
    I noticed that you didn’t include this suggestion in the latest update, any specific reason?

    Also, I’d like to see the button texts filtered. In my case I prefer ‘Older’ & ‘Newer’. I could abuse the translation files for it, but it wouldn’t be update proof and sane…

    lines 92 & 93:

    self::$prev_text = apply_filters( 'c2c_admin_post_navigation_prev_text', __( '← Previous', 'admin-post-navigation' ) );
    self::$next_text = apply_filters( 'c2c_admin_post_navigation_next_text', __( 'Next →', 'admin-post-navigation' ) );

    line 204:

    $('#admin-post-nav').appendTo($('h2:first'));

    thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Append to first only’ is closed to new replies.