Changeset 30545 for trunk/src/wp-includes/post.php
- Timestamp:
- 11/24/2014 06:14:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r30480 r30545 373 373 * 374 374 * The returned array has 'main', 'extended', and 'more_text' keys. Main has the text before 375 * the <code><!--more--></code>. The 'extended' key has the content after the376 * <code><!--more--></code>comment. The 'more_text' key has the custom "Read More" text.375 * the `<!--more-->`. The 'extended' key has the content after the 376 * `<!--more-->` comment. The 'more_text' key has the custom "Read More" text. 377 377 * 378 378 * @since 1.0.0 … … 1595 1595 * - add_new - Default is Add New for both hierarchical and non-hierarchical types. 1596 1596 * When internationalizing this string, please use a gettext context 1597 * {@ seehttp://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context}1598 * matching your post type. Example: <code>_x('Add New', 'product');</code>.1597 * {@link http://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context} 1598 * matching your post type. Example: `_x( 'Add New', 'product' );`. 1599 1599 * - add_new_item - Default is Add New Post/Add New Page. 1600 1600 * - edit_item - Default is Edit Post/Edit Page. … … 1607 1607 * ones the default is 'Parent Page:'. 1608 1608 * - all_items - String for the submenu. Default is All Posts/All Pages. 1609 * - menu_name - Default is the same as <code>name</code>.1609 * - menu_name - Default is the same as `name`. 1610 1610 * 1611 1611 * Above, the first default value is for non-hierarchical post types (like posts)
Note: See TracChangeset
for help on using the changeset viewer.