Changeset 31245
- Timestamp:
- 01/19/2015 08:46:24 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r31243 r31245 150 150 * @param string $content Content to search for shortcodes. 151 151 * @param string $tag Shortcode tag to check. 152 * @return bool Whether the passed content contains .the given shortcode.152 * @return bool Whether the passed content contains the given shortcode. 153 153 */ 154 154 function has_shortcode( $content, $tag ) {
Note: See TracChangeset
for help on using the changeset viewer.