29 | | _n( 'Used by <a href="%s">1 function</a>', 'Used by <a href="%s">%d functions</a>', $used_by, 'wporg' ), |
30 | | esc_url( apply_filters( 'the_permalink', get_permalink() ) ) . '#usage', |
| 29 | /* translators: 1: permalink, 2: number of functions */ |
| 30 | _n( 'Used by <a href="%1$s">%2$d function</a>', 'Used by <a href="%1$s">%2$d functions</a>', $used_by, 'wporg' ), |
| 31 | esc_url( apply_filters( 'the_permalink', get_permalink() ) ) . '#used-by', |
35 | | _n( 'Uses <a href="%s">1 function</a>', 'Uses <a href="%s">%d functions</a>', $uses, 'wporg' ), |
36 | | esc_url( apply_filters( 'the_permalink', get_permalink() ) ) . '#usage', |
| 36 | /* translators: 1: permalink, 2: number of functions */ |
| 37 | _n( 'Uses <a href="%1$s">%2$d function</a>', 'Uses <a href="%1$s">%2$d functions</a>', $uses, 'wporg' ), |
| 38 | esc_url( apply_filters( 'the_permalink', get_permalink() ) ) . '#uses', |