Changes between Initial Version and Version 1 of Ticket #11446, comment 15
- Timestamp:
- 05/09/2013 12:02:11 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11446, comment 15
initial v1 2 2 > I've refreshed [attachment:11446.2.diff] as [attachment:11446.3.patch] with a minor change of using a named option array with `wp_html_excerpt()` for specifying extra optional settings. See [http://codex.wordpress.org/WordPress_Coding_Standards#Self-Explanatory_Flag_Values_for_Function_Arguments coding standards] for reason behind named option. 3 3 4 A cleaner approach might be to make it a `$more` string 4 A cleaner approach might be to make it a `$more` string, for consistency with `wp_trim_words()`: [[BR]] 5 5 http://core.trac.wordpress.org/browser/tags/3.5.1/wp-includes/formatting.php#L2159 6 6